net.sf.ehcache.hibernate.regions
Class EhcacheTimestampsRegion
java.lang.Object
  
net.sf.ehcache.hibernate.regions.EhcacheDataRegion
      
net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion
public class EhcacheTimestampsRegion
- extends EhcacheDataRegion
 
A timestamps region specific wrapper around an Ehcache instance.
- Author:
 
  - Chris Dennis, Abhishek Sanoujam
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EhcacheTimestampsRegion
public EhcacheTimestampsRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                               Ehcache underlyingCache,
                               Properties properties)
- Constructs an EhcacheTimestampsRegion around the given underlying cache.
- Parameters:
 accessStrategyFactory - 
 
get
public Object get(Object key)
           throws CacheException
- 
- Throws:
 CacheException
 
 
put
public void put(Object key,
                Object value)
         throws CacheException
- 
- Throws:
 CacheException
 
 
evict
public void evict(Object key)
           throws CacheException
- 
- Throws:
 CacheException
 
 
evictAll
public void evictAll()
              throws CacheException
- 
- Throws:
 CacheException
 
 
Copyright 2001-2014, Terracotta, Inc.