org.terracotta.modules.ehcache.store
Interface ValueModeHandler

All Known Implementing Classes:
ValueModeHandlerHibernate, ValueModeHandlerIdentity, ValueModeHandlerSerialization

public interface ValueModeHandler


Method Summary
 net.sf.ehcache.Element createElement(Object key, TimestampedValue value)
           
 Object createPortableKey(Object key)
           
 TimestampedValue createTimestampedValue(net.sf.ehcache.Element element)
           
 void processStoredValue(TimestampedValue value)
           
 

Method Detail

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.