|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
javax.util.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
Uses of Cache in javax.util.jcache |
---|
Methods in javax.util.jcache that return Cache | |
---|---|
abstract Cache |
CacheAccessFactory.getCache()
Deprecated. will be removed with no replacement. |
abstract Cache |
CacheAccessFactory.getCache(boolean b)
Deprecated. will be removed with no replacement. |
Uses of Cache in org.fjank.jcache |
---|
Classes in org.fjank.jcache that implement Cache | |
---|---|
class |
CacheImpl
Contains several usefull methods for configuring, administering and monitoring the Cache. |
Methods in org.fjank.jcache that return Cache | |
---|---|
Cache |
CacheAccessFactoryImpl.getCache()
gets an initialized instance of the cache. |
Cache |
CacheAccessFactoryImpl.getCache(boolean init)
gets an instance of the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |