com.googlecode.hibernate.memcached
Class DigestKeyStrategy
java.lang.Object
com.googlecode.hibernate.memcached.AbstractKeyStrategy
com.googlecode.hibernate.memcached.DigestKeyStrategy
- All Implemented Interfaces:
- KeyStrategy
- Direct Known Subclasses:
- Md5KeyStrategy, Sha1KeyStrategy
public abstract class DigestKeyStrategy
- extends AbstractKeyStrategy
- Author:
- Ray Krueger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestKeyStrategy
public DigestKeyStrategy()
transformKeyObject
protected String transformKeyObject(Object key)
- Specified by:
transformKeyObject in class AbstractKeyStrategy
concatenateKey
protected String concatenateKey(String regionName,
long clearIndex,
Object key)
- Overrides:
concatenateKey in class AbstractKeyStrategy
digest
protected abstract String digest(String string)
Copyright © 2015. All rights reserved.