Uses of Interface
com.googlecode.hibernate.memcached.KeyStrategy

Packages that use KeyStrategy
com.googlecode.hibernate.memcached   
 

Uses of KeyStrategy in com.googlecode.hibernate.memcached
 

Classes in com.googlecode.hibernate.memcached that implement KeyStrategy
 class AbstractKeyStrategy
          KeyStrategy base class that handles concatenation, cleaning, and truncating the final cache key.
 class DigestKeyStrategy
           
 class HashCodeKeyStrategy
          Deprecated. as of 1.3 HashCodeKeyStrategy is deprecated and Sha1KeyStrategy is the default. Use that instead.
 class Md5KeyStrategy
           
 class Sha1KeyStrategy
           
 class StringKeyStrategy
          Deprecated. As of 1.3 use the Sha1KeyStrategy instead
 

Methods in com.googlecode.hibernate.memcached that return KeyStrategy
 KeyStrategy MemcachedCache.getKeyStrategy()
           
protected  KeyStrategy MemcachedCacheProvider.instantiateKeyStrategy(String cls)
           
 

Methods in com.googlecode.hibernate.memcached with parameters of type KeyStrategy
 void MemcachedCache.setKeyStrategy(KeyStrategy keyStrategy)
           
 



Copyright © 2015. All rights reserved.