Class StorageAccess.Default

java.lang.Object
one.microstream.cache.hibernate.StorageAccess.Default
All Implemented Interfaces:
StorageAccess, org.hibernate.cache.spi.support.DomainDataStorageAccess, org.hibernate.cache.spi.support.StorageAccess
Enclosing interface:
StorageAccess

public static class StorageAccess.Default
extends Object
implements StorageAccess
  • Constructor Details

  • Method Details

    • getFromCache

      public Object getFromCache​(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      getFromCache in interface org.hibernate.cache.spi.support.StorageAccess
    • putIntoCache

      public void putIntoCache​(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      putIntoCache in interface org.hibernate.cache.spi.support.StorageAccess
    • contains

      public boolean contains​(Object key)
      Specified by:
      contains in interface org.hibernate.cache.spi.support.StorageAccess
    • evictData

      public void evictData()
      Specified by:
      evictData in interface org.hibernate.cache.spi.support.StorageAccess
    • evictData

      public void evictData​(Object key)
      Specified by:
      evictData in interface org.hibernate.cache.spi.support.StorageAccess
    • release

      public void release()
      Specified by:
      release in interface org.hibernate.cache.spi.support.StorageAccess