Package | Description |
---|---|
sirius.kernel.cache |
Provides a framework for building and using caches.
|
Modifier and Type | Method and Description |
---|---|
List<CacheEntry<K,V>> |
Cache.getContents()
Provides access to the contents of this cache
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.removeIf(Predicate<CacheEntry<K,V>> predicate)
Removes all cached values for which the predicate returns true.
|
Copyright © 2018. All rights reserved.