Interface HvCache
-
- All Superinterfaces:
javax.persistence.Cache
,org.hibernate.Cache
- All Known Implementing Classes:
LastModifiedCache
public interface HvCache extends org.hibernate.Cache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set
getAllKeys()
Return all keys for the regionnet.sf.ehcache.Ehcache
getCache()
Exposes the underlaying EhCache associated with this HvCacheorg.hibernate.cache.spi.DirectAccessRegion
getDirectAccessRegion()
Return built in cache accessorg.hibernate.cache.ehcache.internal.StorageAccessImpl
getStorageAccess()
Return the object that allows direct storage access-
Methods inherited from interface org.hibernate.Cache
containsCollection, containsEntity, containsEntity, containsQuery, evictAll, evictAllRegions, evictCollection, evictCollectionData, evictCollectionData, evictCollectionData, evictCollectionRegion, evictCollectionRegions, evictDefaultQueryRegion, evictEntity, evictEntity, evictEntityData, evictEntityData, evictEntityData, evictEntityData, evictEntityData, evictEntityRegion, evictEntityRegion, evictEntityRegions, evictNaturalIdData, evictNaturalIdData, evictNaturalIdData, evictNaturalIdRegion, evictNaturalIdRegion, evictNaturalIdRegions, evictQueryRegion, evictQueryRegions, evictRegion, getSessionFactory
-
-
-
-
Method Detail
-
getAllKeys
Set getAllKeys()
Return all keys for the region- Returns:
-
getDirectAccessRegion
org.hibernate.cache.spi.DirectAccessRegion getDirectAccessRegion()
Return built in cache access- Returns:
-
getStorageAccess
org.hibernate.cache.ehcache.internal.StorageAccessImpl getStorageAccess()
Return the object that allows direct storage access- Returns:
-
getCache
net.sf.ehcache.Ehcache getCache()
Exposes the underlaying EhCache associated with this HvCache- Returns:
- The EhCache
-
-