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 Type
    Method
    Description
    Return all keys for the region
    org.hibernate.cache.spi.DirectAccessRegion
    Return built in cache access
    org.hibernate.cache.spi.support.StorageAccess
    Return the object that allows direct storage access

    Methods inherited from interface jakarta.persistence.Cache

    contains, evict, evict, unwrap

    Methods 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: