com.googlecode.hibernate.memcached
Class StringKeyStrategy

java.lang.Object
  extended by com.googlecode.hibernate.memcached.AbstractKeyStrategy
      extended by 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

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

Constructor Detail

StringKeyStrategy

public StringKeyStrategy()
Deprecated. 
Method Detail

transformKeyObject

protected String transformKeyObject(Object key)
Deprecated. 
Specified by:
transformKeyObject in class AbstractKeyStrategy


Copyright © 2015. All rights reserved.