Class Hierarchy
- java.lang.Object
- net.sf.ehcache.store.compound.ImmutableValueElementCopyStrategy (implements net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>)
- net.sf.ehcache.store.compound.LegacyCopyStrategyAdapter (implements net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>)
- net.sf.ehcache.store.compound.NullReadWriteCopyStrategy (implements net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>)
- net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy (implements net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>)
- net.sf.ehcache.store.compound.SerializationCopyStrategy (implements net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>)
Interface Hierarchy
- java.io.Serializable
- net.sf.ehcache.store.compound.CopyStrategy
- net.sf.ehcache.store.compound.ReadWriteCopyStrategy<T>