|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.jmage.cache |
Uses of Cache in org.jmage.cache |
---|
Classes in org.jmage.cache that implement Cache | |
---|---|
class |
LRUDiskCache
A simple disk cache. |
class |
LRUMemoryCache
LRU Cache dismisses the least recently used object in the cache upon adding new ones, once the cache's capacity has been met. |
Fields in org.jmage.cache declared as Cache | |
---|---|
protected Cache |
CachingFactoryProxy.cache
|
Methods in org.jmage.cache that return Cache | |
---|---|
Cache |
CacheManagerImpl.createCacheFor(java.lang.Class factoryType,
java.util.Properties cacheProps)
|
Cache |
CacheManager.createCacheFor(java.lang.Class factoryType,
java.util.Properties properties)
|
Cache |
CacheManagerImpl.getCacheFor(java.lang.Class factoryType)
|
Cache |
CacheManager.getCacheFor(java.lang.Class factoryType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |