org.terracotta.modules.ehcache.store
Interface ValueModeHandler
- All Known Implementing Classes:
- ValueModeHandlerHibernate, ValueModeHandlerIdentity, ValueModeHandlerSerialization
public interface ValueModeHandler
createPortableKey
Object createPortableKey(Object key)
createTimestampedValue
TimestampedValue createTimestampedValue(net.sf.ehcache.Element element)
processStoredValue
void processStoredValue(TimestampedValue value)
createElement
net.sf.ehcache.Element createElement(Object key,
TimestampedValue value)
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.