|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
javax.util.jcache.CacheAccess
.
See:
Description
Interface Summary | |
---|---|
Attributes | Deprecated. removed with no replacement. |
Cache | Deprecated. will be reomved with no replacement. |
CacheEvent | Deprecated. reomved with no replacement. |
CacheEventListener | Deprecated. replaced with CacheListener |
CacheListener | Interface describing various events that can happen as elements are added to or removed from a cache |
CacheMap | Interface with extra methods for special features of FKache. |
CacheObjectInfo | Deprecated. removed with no replacement. |
Class Summary | |
---|---|
CacheAccessFactory | A factory for CacheAccess objects and to the Cache Administrative interface. |
CacheAttributes | Deprecated. removed with no replacement. |
CacheLoader | Deprecated. Will be removed and replaced with an interface. |
CacheLogger | Deprecated. will be removed and replaced with jdk1.4 logging or log4j. |
Exception Summary | |
---|---|
CacheException | An exception was caught or generated within the cache. |
CacheFullException | Deprecated. replaced with CacheException |
CacheNotAvailableException | Deprecated. replaced with CacheException |
CachePermissionException | Deprecated. replaced with CacheException |
CallbackException | Deprecated. replaced with CacheException |
CantSynchronizeGroupException | Deprecated. replaced with CacheException |
DiskCacheException | Deprecated. replaced with CacheException |
GroupNameException | Deprecated. replaced with CacheException |
GroupUseException | Deprecated. replaced with CacheException |
InvalidArgumentException | Deprecated. replaced with CacheException |
InvalidGroupException | Deprecated. replaced with CacheException |
InvalidHandleException | Deprecated. replaced with CacheException |
InvalidObjectException | Deprecated. replaced with CacheException |
LoadConflictException | Deprecated. replaced with CacheException |
NetOfflineException | Deprecated. replaced with CacheException |
NetworkException | Deprecated. replaced with CacheException |
NotARetrievableObjectException | Deprecated. replaced with CacheException |
NotImplementedException | Deprecated. replaced with CacheException |
NullObjectException | Deprecated. replaced with CacheException |
NullObjectNameException | Deprecated. replaced with CacheException |
ObjectExistsException | Deprecated. replaced with CacheException |
ObjectNotFoundException | Deprecated. replaced with CacheException |
ObjectNotSynchronizedException | Deprecated. replaced with CacheException |
RegionNotFoundException | Deprecated. replaced with CacheException |
ResponseFailedException | Deprecated. replaced with CacheException |
TimeoutException | Deprecated. replaced with CacheException |
All access to the cache is through the class javax.util.jcache.CacheAccess
.
This handle is associated with a region and can be used to access any object in that region.
For transparent loading of objects into the cache, the javax.jcache.CacheLoader
class can be extended by the user. This allows the cache to load objects
as neccessary, synchronizing the loading of objects without restricting
the user on how and from where the object to be cached is loaded.
Cache administration methods are defined in the class org.fjank.jcache.Cache
.
Cache configuration methods are defined in the class CacheAttributes
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |