Modifier and Type | Method and Description |
---|---|
CacheEntry |
Cache.getCacheEntry(String key)
return cache entry that match the key, throws a CacheException when entry does not exist or is stale
|
CacheEntry |
Cache.getCacheEntry(String key,
CacheEntry defaultValue)
return cache entry that match the key or the defaultValue when entry does not exist
|
Modifier and Type | Method and Description |
---|---|
List<CacheEntry> |
Cache.entries()
Returns a List of entries containing in this cache Each element in the returned list is a CacheEntry.
|
List<CacheEntry> |
Cache.entries(CacheEntryFilter filter)
Returns a list of entries containing in this cache that match the given filter.
|
List<CacheEntry> |
Cache.entries(CacheKeyFilter filter)
Returns a list of entries containing in this cache that match the given filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheEntryFilter.accept(CacheEntry entry)
Tests if a specified entry should be accepted.
|
CacheEntry |
Cache.getCacheEntry(String key,
CacheEntry defaultValue)
return cache entry that match the key or the defaultValue when entry does not exist
|
void |
CacheEventListener.onExpires(CacheEntry entry)
this method is invoked before a entry expires (lifetime and idletime)
|
void |
CacheEventListener.onPut(CacheEntry entry)
this method is invoked before a new Entry is putted to a cache (update and insert)
|
void |
CacheEventListener.onRemove(CacheEntry entry)
this method is invoked before a Cache Entry is removed from Cache
|
Modifier and Type | Class and Description |
---|---|
class |
CacheComplexEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CacheComplex.getCacheEntry(String key) |
CacheEntry |
CacheComplex.getCacheEntry(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
List<CacheEntry> |
CacheComplex.entries() |
List<CacheEntry> |
CacheComplex.entries(CacheEntryFilter filter) |
List<CacheEntry> |
CacheComplex.entries(CacheKeyFilter filter) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CacheComplex.getCacheEntry(String key,
CacheEntry defaultValue) |
Constructor and Description |
---|
CacheComplexEntry(CacheComplex cache,
CacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CacheSupport.getCacheEntry(String key) |
CacheEntry |
CacheSupport.getQuiet(String key) |
abstract CacheEntry |
CacheSupport.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
List<CacheEntry> |
CacheSupport.entries() |
List<CacheEntry> |
CacheSupport.entries(CacheEntryFilter filter) |
List<CacheEntry> |
CacheSupport.entries(CacheKeyFilter filter) |
Modifier and Type | Method and Description |
---|---|
static Struct |
CacheUtil.getInfo(CacheEntry ce) |
static Struct |
CacheUtil.getInfo(Struct info,
CacheEntry ce) |
abstract CacheEntry |
CacheSupport.getQuiet(String key,
CacheEntry defaultValue) |
void |
ComponentCacheEventListener.onExpires(CacheEntry entry) |
void |
ComponentCacheEventListener.onPut(CacheEntry entry) |
void |
ComponentCacheEventListener.onRemove(CacheEntry entry) |
static String |
CacheUtil.toString(CacheEntry ce) |
Modifier and Type | Class and Description |
---|---|
class |
EHCacheEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
EHCache.getCacheEntry(String key) |
CacheEntry |
EHCache.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
EHCacheSupport.getQuiet(String key) |
CacheEntry |
EHCacheSupport.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
EHCache.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
EHCacheSupport.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
EHCacheRemote.getCacheEntry(String key) |
CacheEntry |
EHCacheRemote.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
EHCacheRemote.getQuiet(String key) |
CacheEntry |
EHCacheRemote.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
EHCacheRemote.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
EHCacheRemote.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Class and Description |
---|---|
class |
RESTCacheEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
RESTClient.getEntry(String cacheName,
String key) |
CacheEntry |
RESTClient.getMeta2(String cacheName) |
Modifier and Type | Class and Description |
---|---|
class |
SoapCacheEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
SoapClient.get(String cacheName,
String key) |
CacheEntry |
SoapClient.getQuiet(String cacheName,
String key) |
Modifier and Type | Class and Description |
---|---|
class |
RamCacheEntry |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
RamCache.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
RamCache.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
RamCache.getCacheEntry(String key,
CacheEntry defaultValue) |
CacheEntry |
RamCache.getQuiet(String key,
CacheEntry defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
SessionEndCacheEvent.onExpires(CacheEntry entry) |
void |
SessionEndCacheEvent.onPut(CacheEntry entry) |
void |
SessionEndCacheEvent.onRemove(CacheEntry entry) |
Copyright © 2015 Lucee