com.googlecode.hibernate.memcached
Class StringKeyStrategy
java.lang.Object
com.googlecode.hibernate.memcached.AbstractKeyStrategy
com.googlecode.hibernate.memcached.StringKeyStrategy
- All Implemented Interfaces:
- KeyStrategy
Deprecated. As of 1.3 use the Sha1KeyStrategy instead
@Deprecated
public class StringKeyStrategy
- extends AbstractKeyStrategy
Simply transforms the key object using String.valueOf()
- Author:
- Ray Krueger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringKeyStrategy
public StringKeyStrategy()
- Deprecated.
transformKeyObject
protected String transformKeyObject(Object key)
- Deprecated.
- Specified by:
transformKeyObject in class AbstractKeyStrategy
Copyright © 2015. All rights reserved.