|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
net.sf.ehcache | This package contains the public API for using EHCache |
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.store | Store package. |
Uses of Cache in net.sf.ehcache |
Methods in net.sf.ehcache that return Cache | |
Cache |
CacheManager.getCache(java.lang.String name)
Gets a Cache |
Methods in net.sf.ehcache with parameters of type Cache | |
void |
CacheManager.addCache(Cache cache)
Use this to add a Cache . |
Uses of Cache in net.sf.ehcache.config |
Methods in net.sf.ehcache.config that return Cache | |
Cache |
Configuration.getDefaultCache()
Gets the Default Cache |
Cache |
Configuration.getCache(java.lang.String name)
Gets a cache |
Uses of Cache in net.sf.ehcache.store |
Methods in net.sf.ehcache.store that return Cache | |
Cache |
MemoryStore.getCache()
Gets the cache that the MemoryStore is used by |
Constructors in net.sf.ehcache.store with parameters of type Cache | |
DiskStore(Cache cache,
java.lang.String diskPath)
Creates a Disk Store with defaults. |
|
DiskStore(Cache cache,
java.lang.String diskPath,
int expiryThreadInterval)
Creates a cache. |
|
MemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the MemoryStore object The backing LinkedHashMap is created with LRU by access order. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |