Package com.googlecode.hibernate.memcached

Interface Summary
KeyStrategy Strategy interface for parsing the parts used by MemcachedCache to generate cache keys.
Memcache Interface to abstract memcache operations.
MemcacheClientFactory Simple interface used to abstract the creation of the MemcachedClient All implementers must have a constructor that takes an instance of PropertiesHelper.
MemcacheExceptionHandler  
 

Class Summary
AbstractKeyStrategy KeyStrategy base class that handles concatenation, cleaning, and truncating the final cache key.
Config DOCUMENT ME!
DigestKeyStrategy  
HashCodeKeyStrategy Deprecated. as of 1.3 HashCodeKeyStrategy is deprecated and Sha1KeyStrategy is the default.
LoggingMemcacheExceptionHandler  
Md5KeyStrategy  
MemcachedCache Wrapper around MemcachedClient instance to provide the bridge between Hiberante and Memcached.
MemcachedCacheProvider Configures an instance of MemcachedCache for use as a second-level cache in Hibernate.
PropertiesHelper  
Sha1KeyStrategy  
StringKeyStrategy Deprecated. As of 1.3 use the Sha1KeyStrategy instead
 



Copyright © 2015. All rights reserved.