Interface StorageAccess

  • All Known Subinterfaces:
    DomainDataStorageAccess

    public interface StorageAccess
    A general read/write abstraction over the specific "cache" object from the caching provider.
    • Method Detail

      • contains

        boolean contains​(java.lang.Object key)
        Does the cache contain this key?
      • evictData

        void evictData()
        Clear all data regardless of transaction/locking
      • evictData

        void evictData​(java.lang.Object key)
        Remove the entry regardless of transaction/locking
      • release

        void release()
        Release any resources. Called during cache shutdown