Class JCacheAccessImpl
java.lang.Object
org.hibernate.cache.jcache.internal.JCacheAccessImpl
- All Implemented Interfaces:
org.hibernate.cache.spi.support.DomainDataStorageAccess, org.hibernate.cache.spi.support.StorageAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(org.hibernate.engine.spi.SharedSessionContractImplementor session) booleanvoidvoidgetFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) voidputIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session) voidrelease()voidremoveFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.cache.spi.support.DomainDataStorageAccess
putFromLoad
-
Constructor Details
-
JCacheAccessImpl
-
-
Method Details
-
getUnderlyingCache
-
contains
- Specified by:
containsin interfaceorg.hibernate.cache.spi.support.StorageAccess
-
evictData
- Specified by:
evictDatain interfaceorg.hibernate.cache.spi.support.StorageAccess
-
evictData
public void evictData()- Specified by:
evictDatain interfaceorg.hibernate.cache.spi.support.StorageAccess
-
release
public void release()- Specified by:
releasein interfaceorg.hibernate.cache.spi.support.StorageAccess
-