|
ehcache | |||||||||
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. |
Uses of Cache in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return Cache | |
---|---|
Cache |
CacheManager.getCache(java.lang.String name)
Returns a concrete implementation of Cache. |
Methods in net.sf.ehcache with parameters of type Cache | |
---|---|
void |
CacheManager.addCache(Cache cache)
Adds a Cache to the CacheManager. |
Uses of Cache in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return Cache | |
---|---|
(package private) Cache |
ConfigurationHelper.createCache(CacheConfiguration cacheConfiguration)
Create a cache given a cache configuration |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |