Interface StorageAccess

All Superinterfaces:
org.hibernate.cache.spi.support.DomainDataStorageAccess, org.hibernate.cache.spi.support.StorageAccess
All Known Implementing Classes:
StorageAccess.Default

public interface StorageAccess
extends org.hibernate.cache.spi.support.DomainDataStorageAccess
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  StorageAccess.Default  
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static StorageAccess New​(Cache<Object,​Object> cache)  

    Methods inherited from interface org.hibernate.cache.spi.support.DomainDataStorageAccess

    putFromLoad

    Methods inherited from interface org.hibernate.cache.spi.support.StorageAccess

    clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache