|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheAttributes | |
---|---|
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 . |
org.fjank.jcache.persistence | This package contains implementation classes for FKache's disk persistence system , and some have been set to public access for conovenience during development. |
Uses of CacheAttributes in javax.util.jcache |
---|
Methods in javax.util.jcache that return CacheAttributes | |
---|---|
CacheAttributes |
CacheAttributes.copy()
Deprecated. Returns a copy of these CacheAttributes. |
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. |
static CacheAttributes |
CacheAttributes.getDefaultCacheAttributes()
Deprecated. |
Methods in javax.util.jcache with parameters of type CacheAttributes | |
---|---|
void |
Cache.init(CacheAttributes attributes)
Deprecated. initializes the cache, allocates space for metadata and starts the service threads. |
Uses of CacheAttributes in org.fjank.jcache |
---|
Methods in org.fjank.jcache that return CacheAttributes | |
---|---|
CacheAttributes |
CacheImpl.getAttributes()
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. |
Methods in org.fjank.jcache with parameters of type CacheAttributes | |
---|---|
void |
CacheImpl.init(CacheAttributes attributes)
initializes the cache, allocates space for metadata and starts the service threads. |
Uses of CacheAttributes in org.fjank.jcache.persistence |
---|
Constructors in org.fjank.jcache.persistence with parameters of type CacheAttributes | |
---|---|
DiskCache(CacheAttributes attributes)
Creates a new DiskCache object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |