|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachePolicy | |
|---|---|
| com.bankframe.services.cache | |
| com.bankframe.services.cache.threadcleaned | |
| 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 |
Cache.getCachePolicy()
This method gets the CachePolicy object for this Cache |
CachePolicy |
GenericCache.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 |
Cache.setCachePolicy(CachePolicy policy)
This method sets the CachePolicy object for this Cache |
void |
GenericCache.setCachePolicy(CachePolicy policy)
This method sets the CachePolicy object for this Cache |
| Constructors in com.bankframe.services.cache with parameters of type CachePolicy | |
|---|---|
GenericCache(CachePolicy policy)
Constructor |
|
GenericCache(Map persistentMap,
CachePolicy policy)
Constructor |
|
MergedDataPacketsCache(CachePolicy policy)
|
|
MergedDataPacketsCache(Map persistentMap,
CachePolicy policy)
|
|
| Uses of CachePolicy in com.bankframe.services.cache.threadcleaned |
|---|
| Methods in com.bankframe.services.cache.threadcleaned that return CachePolicy | |
|---|---|
CachePolicy |
ThreadCleanedJMSCache.getCachePolicy()
|
| Methods in com.bankframe.services.cache.threadcleaned with parameters of type CachePolicy | |
|---|---|
void |
ThreadCleanedJMSCache.setCachePolicy(CachePolicy policy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||