Interface TransactionAwareCache<K,V>
public interface TransactionAwareCache<K,V>
A subset of the
Cache interface that contains those operations that support transactional isolation.- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> TransactionAwareCache<K, V> from(com.atlassian.cache.Cache<K, V> delegate) Narrow a standardCachedown to theTransactionAwareCacheinterface.getKeys()voidvoidvoid
-
Method Details
-
getKeys
Collection<K> getKeys() -
get
-
get
-
put
-
remove
-
removeAll
void removeAll() -
from
Narrow a standardCachedown to theTransactionAwareCacheinterface.
-