|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheEntry in railo.commons.io.cache |
---|
Methods in railo.commons.io.cache that return CacheEntry | |
---|---|
CacheEntry |
Cache.getCacheEntry(String key)
return cache entry that match the key, throws a CacheException when entry does not exists 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 |
Methods in railo.commons.io.cache with parameters of type CacheEntry | |
---|---|
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 |
Uses of CacheEntry in railo.runtime.cache |
---|
Methods in railo.runtime.cache that return CacheEntry | |
---|---|
CacheEntry |
CacheSupport.getCacheEntry(String key)
|
CacheEntry |
CacheSupport.getQuiet(String key)
|
abstract CacheEntry |
CacheSupport.getQuiet(String key,
CacheEntry defaultValue)
|
Methods in railo.runtime.cache with parameters of type CacheEntry | |
---|---|
static Struct |
CacheUtil.getInfo(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)
|
Uses of CacheEntry in railo.runtime.cache.eh |
---|
Classes in railo.runtime.cache.eh that implement CacheEntry | |
---|---|
class |
EHCacheEntry
|
Methods in railo.runtime.cache.eh that return CacheEntry | |
---|---|
CacheEntry |
EHCacheLite.getCacheEntry(String key)
|
CacheEntry |
EHCache.getCacheEntry(String key)
|
CacheEntry |
EHCacheLite.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCache.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCacheSupport.getQuiet(String key)
|
CacheEntry |
EHCacheSupport.getQuiet(String key,
CacheEntry defaultValue)
|
Methods in railo.runtime.cache.eh with parameters of type CacheEntry | |
---|---|
CacheEntry |
EHCacheLite.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCache.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCacheSupport.getQuiet(String key,
CacheEntry defaultValue)
|
Uses of CacheEntry in railo.runtime.cache.eh.remote |
---|
Methods in railo.runtime.cache.eh.remote that return CacheEntry | |
---|---|
CacheEntry |
EHCacheRemote.getCacheEntry(String key)
|
CacheEntry |
EHCacheRemote.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCacheRemote.getQuiet(String key)
|
CacheEntry |
EHCacheRemote.getQuiet(String key,
CacheEntry defaultValue)
|
Methods in railo.runtime.cache.eh.remote with parameters of type CacheEntry | |
---|---|
CacheEntry |
EHCacheRemote.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
EHCacheRemote.getQuiet(String key,
CacheEntry defaultValue)
|
Uses of CacheEntry in railo.runtime.cache.eh.remote.rest |
---|
Classes in railo.runtime.cache.eh.remote.rest that implement CacheEntry | |
---|---|
class |
RESTCacheEntry
|
Methods in railo.runtime.cache.eh.remote.rest that return CacheEntry | |
---|---|
CacheEntry |
RESTClient.getEntry(String cacheName,
String key)
|
CacheEntry |
RESTClient.getMeta2(String cacheName)
|
Uses of CacheEntry in railo.runtime.cache.eh.remote.soap |
---|
Classes in railo.runtime.cache.eh.remote.soap that implement CacheEntry | |
---|---|
class |
SoapCacheEntry
|
Methods in railo.runtime.cache.eh.remote.soap that return CacheEntry | |
---|---|
CacheEntry |
SoapClient.get(String cacheName,
String key)
|
CacheEntry |
SoapClient.getQuiet(String cacheName,
String key)
|
Uses of CacheEntry in railo.runtime.cache.ram |
---|
Classes in railo.runtime.cache.ram that implement CacheEntry | |
---|---|
class |
RamCacheEntry
|
Methods in railo.runtime.cache.ram that return CacheEntry | |
---|---|
CacheEntry |
RamCache.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
RamCache.getQuiet(String key,
CacheEntry defaultValue)
|
Methods in railo.runtime.cache.ram with parameters of type CacheEntry | |
---|---|
CacheEntry |
RamCache.getCacheEntry(String key,
CacheEntry defaultValue)
|
CacheEntry |
RamCache.getQuiet(String key,
CacheEntry defaultValue)
|
Uses of CacheEntry in railo.runtime.type.scope.storage |
---|
Methods in railo.runtime.type.scope.storage with parameters of type CacheEntry | |
---|---|
void |
SessionEndCacheEvent.onExpires(CacheEntry entry)
|
void |
SessionEndCacheEvent.onPut(CacheEntry entry)
|
void |
SessionEndCacheEvent.onRemove(CacheEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |