Package 

Interface CountingMemoryCache.EntryStateObserver

    • Method Summary

      Modifier and Type Method Description
      abstract void onExclusivityChanged(K key, boolean isExclusive) Called when the exclusivity status of the entry changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onExclusivityChanged

         abstract void onExclusivityChanged(K key, boolean isExclusive)

        Called when the exclusivity status of the entry changes.

        The item can be reused if it is exclusively owned by the cache.