K - the key typeV - the value type@PublicApi public interface JvmCache<K,V> extends VCache, LocalCacheOperations<K,V>
Notes:
null keys and values are NOT supportedDuration.
The implementations may round-up the supplied ttl to the nearest second. E.g. 500 milliseconds may be
converted to 1 second.
| Modifier and Type | Method and Description |
|---|---|
Collection<K> |
getKeys()
Gets the keys of all objects currently stored in the cache.
|
@Nonnull Collection<K> getKeys()
Objects keysCopyright © 2015 Atlassian. All rights reserved.