|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheNotAvailableException | |
---|---|
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 CacheNotAvailableException in javax.util.jcache |
---|
Methods in javax.util.jcache that throw CacheNotAvailableException | |
---|---|
abstract void |
CacheAccessFactory.defineRegion(String name)
Deprecated. removed auto-generate-region replacement. |
abstract void |
CacheAccessFactory.defineRegion(String name,
Attributes attributes)
Deprecated. removed auto-generate-region replacement. |
CacheAttributes |
Cache.getAttributes()
Deprecated. returns the current attributes of the cache including the cache version number, wether the cache is local or distributed, the maximum number of objects in the cache, the disk cache location, and the disk cache size. |
void |
Cache.init(CacheAttributes attributes)
Deprecated. initializes the cache, allocates space for metadata and starts the service threads. |
void |
Cache.open()
Deprecated. will create a CacheAttributes object based on the values in a Java properties file, then call the method init. |
void |
Cache.open(String configFile)
Deprecated. will create a CacheAttributes object based on the values in a Java properties file, then call the method init. |
Uses of CacheNotAvailableException in org.fjank.jcache |
---|
Methods in org.fjank.jcache that throw CacheNotAvailableException | |
---|---|
void |
CacheAccessFactoryImpl.defineRegion(String name)
Will create a named region within the cache. |
void |
CacheAccessFactoryImpl.defineRegion(String name,
Attributes attributes)
Will create a named region within the cache. |
void |
CacheImpl.init(CacheAttributes attributes)
initializes the cache, allocates space for metadata and starts the service threads. |
void |
CacheImpl.open()
will create a CacheAttributes object based on the values in a Java properties file, then call the method init. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |