com.googlecode.hibernate.memcached
Class Md5KeyStrategy

java.lang.Object
  extended by com.googlecode.hibernate.memcached.AbstractKeyStrategy
      extended by com.googlecode.hibernate.memcached.DigestKeyStrategy
          extended by com.googlecode.hibernate.memcached.Md5KeyStrategy
All Implemented Interfaces:
KeyStrategy

public class Md5KeyStrategy
extends DigestKeyStrategy

Author:
Ray Krueger

Field Summary
 
Fields inherited from class com.googlecode.hibernate.memcached.AbstractKeyStrategy
log, MAX_KEY_LENGTH
 
Constructor Summary
Md5KeyStrategy()
           
 
Method Summary
protected  String digest(String key)
           
 
Methods inherited from class com.googlecode.hibernate.memcached.DigestKeyStrategy
concatenateKey, transformKeyObject
 
Methods inherited from class com.googlecode.hibernate.memcached.AbstractKeyStrategy
toKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Md5KeyStrategy

public Md5KeyStrategy()
Method Detail

digest

protected String digest(String key)
Specified by:
digest in class DigestKeyStrategy


Copyright © 2015. All rights reserved.