资源简介
java 缓存 cache lru 实例 java 缓存 cache lru 实例 java 缓存 cache lru 实例 java 缓存 cache lru 实例 java 缓存 cache lru 实例 java 缓存 cache lru 实例 java 缓存 cache lru 实例
代码片段和文件信息
package org.shiftone.cache;
/**
* Interface Cache
*
*
* @author Jeff Drost
* @version $Revision: 1.8 $
*/
public interface Cache
{
/**
* adds an object to the cache
*/
void addobject(object userKey object cacheobject);
/**
* gets the value stored in the cache by it‘s key
* or null if the key is not found.
*/
object getobject(object key);
/**
* The number of key/value pares in the cache
*/
int size();
/**
* remove a specific key/value pair from the cache
*/
void remove(object key);
/**
* Removes ALL keys and values from the cache.
* Use with digression. Using this method too frequently
* may defeat the purpose of caching.
*/
void clear();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1072 2010-01-14 17:36 Cache\.classpath
文件 381 2010-01-14 17:36 Cache\.project
文件 342 2004-02-27 11:29 Cache\benchmark.bat
文件 2346 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\CacheMap.class
文件 3228 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\EHCacheCache.class
文件 1628 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\HibernateCache.class
文件 1726 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\HibernateCacheProvider.class
文件 2563 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\JcsCache.class
文件 1638 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\MapCache.class
文件 2120 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\OroCache.class
文件 1954 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\OroCacheFactory.class
文件 46 2003-12-15 00:44 Cache\bin\org\shiftone\cache\adaptor\package.html
文件 1870 2010-01-14 17:36 Cache\bin\org\shiftone\cache\adaptor\SwarmCache.class
文件 317 2010-01-14 17:36 Cache\bin\org\shiftone\cache\Cache.class
文件 3694 2004-02-07 11:46 Cache\bin\org\shiftone\cache\cache.properties
文件 5221 2010-01-14 17:36 Cache\bin\org\shiftone\cache\CacheConfiguration.class
文件 1437 2010-01-14 17:36 Cache\bin\org\shiftone\cache\CacheException.class
文件 197 2010-01-14 17:36 Cache\bin\org\shiftone\cache\CacheFactory.class
文件 1472 2010-01-14 17:36 Cache\bin\org\shiftone\cache\CacheProxy.class
文件 4089 2010-01-14 17:36 Cache\bin\org\shiftone\cache\config\BeanWrapper.class
文件 5363 2010-01-14 17:36 Cache\bin\org\shiftone\cache\config\ConfigurationInternals.class
文件 4388 2010-01-14 17:36 Cache\bin\org\shiftone\cache\config\Node.class
文件 3764 2010-01-14 17:36 Cache\bin\org\shiftone\cache\config\PropertiesTree.class
文件 709 2010-01-14 17:36 Cache\bin\org\shiftone\cache\ConfigurationException.class
文件 1041 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClearNotification.class
文件 2086 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClusterBus.class
文件 2161 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClusterCache.class
文件 4977 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClusterCacheFactory.class
文件 2289 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClusterConsumer.class
文件 1825 2010-01-14 17:36 Cache\bin\org\shiftone\cache\decorator\cluster\ClusterTestCase.class
............此处省略276个文件信息
相关资源
- 数据结构java版 刘小晶
- Java 健身房管理系统
- java做的简单的规范的自动售货机
- java利用Aspose.cells.jar将本地excel文档转
- Java开发android
- JavaWeb网上书店
- 蓝宇快递打印系统
- 知识库javaweb版源码
- java超市账单管理系统单元项目
- java课程设计 电话号码查询系统
- 物流管理系统 java + web +数据库
- java3D (32位和64位)
- java在线预览office
- java(swingawt)图形用户界面编程100多
- C++与android通过socket通信
- WEB项目管理系统
- 学生宿舍后台管理系统
- java+sql server2000图书馆管理信息系统
- 会员管理系统
- Thinking in Java 4th edition81512
- java电子商务系统(毕业论文+项目)
- Web Socket聊天.java eclipse
- jsp/java商城系统
- Java开发的OCR程序源码和demo
- java-jsp留言板
- 国家工作人员招考系统门户网站java
- java人脸识别培训视频完整版,用于就
- Java Swing 中文Api
- Guava 19 API ( CHM格式 )
- java 电子地图
评论
共有 条评论