|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheKeyFilter in railo.commons.io.cache |
---|
Methods in railo.commons.io.cache with parameters of type CacheKeyFilter | |
---|---|
List<CacheEntry> |
Cache.entries(CacheKeyFilter filter)
Returns a list of entries containing in this cache that match the given filter. |
List<String> |
Cache.keys(CacheKeyFilter filter)
Returns a List of the keys contained in this cache that match the given filter. |
int |
Cache.remove(CacheKeyFilter filter)
remove all entries that match the given filter |
List<Object> |
Cache.values(CacheKeyFilter filter)
Returns a list of values containing in this cache that match the given filter. |
Uses of CacheKeyFilter in railo.commons.io.res.type.cache |
---|
Classes in railo.commons.io.res.type.cache that implement CacheKeyFilter | |
---|---|
class |
ChildrenFilter
|
Uses of CacheKeyFilter in railo.runtime.cache |
---|
Methods in railo.runtime.cache with parameters of type CacheKeyFilter | |
---|---|
List<CacheEntry> |
CacheSupport.entries(CacheKeyFilter filter)
|
List<String> |
CacheSupport.keys(CacheKeyFilter filter)
|
int |
CacheSupport.remove(CacheKeyFilter filter)
|
List |
CacheSupport.values(CacheKeyFilter filter)
|
Uses of CacheKeyFilter in railo.runtime.cache.util |
---|
Classes in railo.runtime.cache.util that implement CacheKeyFilter | |
---|---|
class |
CacheKeyFilterAll
accept everything |
class |
WildCardFilter
Wildcard Filter |
Uses of CacheKeyFilter in railo.runtime.functions.cache |
---|
Classes in railo.runtime.functions.cache that implement CacheKeyFilter | |
---|---|
class |
CacheClear
|
Uses of CacheKeyFilter in railo.runtime.type.scope.storage.clean |
---|
Classes in railo.runtime.type.scope.storage.clean that implement CacheKeyFilter | |
---|---|
static class |
CacheStorageScopeCleaner.Filter
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |