com.googlecode.hibernate.memcached
Class Sha1KeyStrategy

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

public class Sha1KeyStrategy
extends DigestKeyStrategy

Author:
Ray Krueger

Field Summary
 
Fields inherited from class com.googlecode.hibernate.memcached.AbstractKeyStrategy
log, MAX_KEY_LENGTH
 
Constructor Summary
Sha1KeyStrategy()
           
 
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

Sha1KeyStrategy

public Sha1KeyStrategy()
Method Detail

digest

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


Copyright © 2015. All rights reserved.