com.googlecode.hibernate.memcached
Class HashCodeKeyStrategy
java.lang.Object
com.googlecode.hibernate.memcached.AbstractKeyStrategy
com.googlecode.hibernate.memcached.HashCodeKeyStrategy
- All Implemented Interfaces:
- KeyStrategy
Deprecated. as of 1.3 HashCodeKeyStrategy is deprecated and Sha1KeyStrategy is the default. Use that instead.
@Deprecated
public class HashCodeKeyStrategy
- extends AbstractKeyStrategy
Transforms the key object using key.hashCode()
- Author:
- Ray Krueger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashCodeKeyStrategy
public HashCodeKeyStrategy()
- Deprecated.
transformKeyObject
protected String transformKeyObject(Object key)
- Deprecated.
- Specified by:
transformKeyObject in class AbstractKeyStrategy
Copyright © 2015. All rights reserved.