Interface HvCache

All Superinterfaces:
javax.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
    net.sf.ehcache.Ehcache
    Exposes the underlaying EhCache associated with this HvCache
    org.hibernate.cache.spi.DirectAccessRegion
    Return built in cache access
    org.hibernate.cache.ehcache.internal.StorageAccessImpl
    Return the object that allows direct storage access

    Methods inherited from interface javax.persistence.Cache

    contains, evict, evict, unwrap

    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 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.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