|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachePolicy | |
com.bankframe.services.cache |
Uses of CachePolicy in com.bankframe.services.cache |
Subinterfaces of CachePolicy in com.bankframe.services.cache | |
interface |
ConfigurableCachePolicy
|
Classes in com.bankframe.services.cache that implement CachePolicy | |
class |
LruCachePolicy
This class implements a Least Recently Used cache policy. |
class |
NullPolicy
The NullPolicy type. |
class |
PerEntryTimeoutCachePolicy
|
class |
TimeoutCachePolicy
This class implements a time-out based caching policy. |
Methods in com.bankframe.services.cache that return CachePolicy | |
CachePolicy |
NullCache.getCachePolicy()
|
CachePolicy |
GenericCache.getCachePolicy()
This method gets the CachePolicy object for this Cache |
CachePolicy |
Cache.getCachePolicy()
This method gets the CachePolicy object for this Cache |
Methods in com.bankframe.services.cache with parameters of type CachePolicy | |
void |
NullCache.setCachePolicy(CachePolicy policy)
|
void |
GenericCache.setCachePolicy(CachePolicy policy)
This method sets the CachePolicy object for this Cache |
void |
Cache.setCachePolicy(CachePolicy policy)
This method sets the CachePolicy object for this Cache |
Constructors in com.bankframe.services.cache with parameters of type CachePolicy | |
MergedDataPacketsCache(CachePolicy policy)
|
|
MergedDataPacketsCache(java.util.Map persistentMap,
CachePolicy policy)
|
|
GenericCache(CachePolicy policy)
Constructor |
|
GenericCache(java.util.Map persistentMap,
CachePolicy policy)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |