Class StringKeyEncoder

java.lang.Object
com.scaleout.client.caching.KeyEncoder<String>
com.scaleout.client.caching.StringKeyEncoder

public class StringKeyEncoder extends KeyEncoder<String>
The StringKeyEncoder is an implementation of a KeyEncoder for String keys that is not compatible with the SOSS-JNC API. To use String keys compatible with the SOSS-JNC API, use LegacyStringKeyEncoder.
  • Constructor Details

    • StringKeyEncoder

      public StringKeyEncoder(StringKeyCache stringKeyCache)
      Instantiate a string key encoder with a string key cache.
      Parameters:
      stringKeyCache - the string key cache.
  • Method Details