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 Detail

      • get

        V get​(K key)
      • get

        V get​(K key,
              com.atlassian.cache.Supplier<? extends V> supplier)
      • put

        void put​(K key,
                 V value)
      • remove

        void remove​(K key)
      • removeAll

        void removeAll()