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 standardCache
down to theTransactionAwareCache
interface.getKeys()
void
void
void
-
Method Details
-
getKeys
Collection<K> getKeys() -
get
-
get
-
put
-
remove
-
removeAll
void removeAll() -
from
Narrow a standardCache
down to theTransactionAwareCache
interface.
-