Interface HvCache
- All Superinterfaces:
jakarta.persistence.Cache,org.hibernate.Cache
- All Known Implementing Classes:
LastModifiedCache
public interface HvCache
extends org.hibernate.Cache
-
Method Summary
Modifier and TypeMethodDescriptionReturn all keys for the regionorg.hibernate.cache.spi.DirectAccessRegionReturn built in cache accessorg.hibernate.cache.spi.support.StorageAccessReturn the object that allows direct storage accessMethods inherited from interface jakarta.persistence.Cache
contains, evict, evict, unwrapMethods inherited from interface org.hibernate.Cache
containsCollection, containsEntity, containsEntity, containsQuery, evictAll, evictAllRegions, evictCollectionData, evictCollectionData, evictCollectionData, evictDefaultQueryRegion, evictEntityData, evictEntityData, evictEntityData, evictEntityData, evictEntityData, evictNaturalIdData, evictNaturalIdData, evictNaturalIdData, evictQueryRegion, evictQueryRegions, evictRegion, getSessionFactory
-
Method Details
-
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.spi.support.StorageAccess getStorageAccess()Return the object that allows direct storage access- Returns:
-