Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<CacheEntry> |
CacheComplex.entries(CacheKeyFilter filter) |
List<String> |
CacheComplex.keys(CacheKeyFilter filter) |
int |
CacheComplex.remove(CacheKeyFilter filter) |
List<Object> |
CacheComplex.values(CacheKeyFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
ChildrenFilter |
Modifier and Type | Method and Description |
---|---|
List<CacheEntry> |
CacheSupport.entries(CacheKeyFilter filter) |
List<String> |
CacheSupport.keys(CacheKeyFilter filter) |
int |
CacheSupport.remove(CacheKeyFilter filter) |
List |
CacheSupport.values(CacheKeyFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
CacheKeyFilterAll
accept everything
|
class |
WildCardFilter
Wildcard Filter
|
Modifier and Type | Class and Description |
---|---|
class |
CacheClear |
Modifier and Type | Class and Description |
---|---|
static class |
CacheStorageScopeCleaner.Filter |
Copyright © 2015 Lucee