Package 

Interface CacheTransaction

    • Method Summary

      Modifier and Type Method Description
      abstract V get(String key) Gets the current cached value for the given key.
      abstract Unit put(String key, V value) Writes the cached value for the given key.
      abstract V remove(String key) Clears the cached value for the given key.
      abstract Unit clear() Clears all cached values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait