Uses of Interface
net.sf.ehcache.store.compound.ReadWriteCopyStrategy
-
Packages that use ReadWriteCopyStrategy Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.store Store package.net.sf.ehcache.store.compound This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. -
-
Uses of ReadWriteCopyStrategy in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return ReadWriteCopyStrategy Modifier and Type Method Description ReadWriteCopyStrategy<Element>CacheConfiguration. getCopyStrategy()Getter to the configured ReadWriteCopyStrategy.ReadWriteCopyStrategy<Element>CopyStrategyConfiguration. getCopyStrategyInstance(java.lang.ClassLoader loader)Get (and potentially) instantiate the instanceMethods in net.sf.ehcache.config with parameters of type ReadWriteCopyStrategy Modifier and Type Method Description voidCopyStrategyConfiguration. setCopyStrategyInstance(ReadWriteCopyStrategy<Element> copyStrategy)Sets the CopyStrategy instance to use -
Uses of ReadWriteCopyStrategy in net.sf.ehcache.store
Constructors in net.sf.ehcache.store with parameters of type ReadWriteCopyStrategy Constructor Description CopyingCacheStore(T store, boolean copyOnRead, boolean copyOnWrite, ReadWriteCopyStrategy<Element> copyStrategyInstance, java.lang.ClassLoader loader)Creates a copying instance of store, that wraps the actual storageCopyStrategyHandler(boolean copyOnRead, boolean copyOnWrite, ReadWriteCopyStrategy<Element> copyStrategy, java.lang.ClassLoader loader)Creates a CopyStrategyHandler based on the copy configurationTerracottaTransactionalCopyingCacheStore(TerracottaStore store, ReadWriteCopyStrategy<Element> copyStrategyInstance, java.lang.ClassLoader loader)Creates a terracotta copying instance of store, that wraps the actual storageTxCopyingCacheStore(T store, boolean copyOnRead, boolean copyOnWrite, ReadWriteCopyStrategy<Element> copyStrategyInstance, java.lang.ClassLoader loader)Creates a copying instance of store, that wraps the actual storageTxCopyStrategyHandler(boolean copyOnRead, boolean copyOnWrite, ReadWriteCopyStrategy<Element> copyStrategy, java.lang.ClassLoader loader)Creates a TxCopyStrategyHandler based on the copy configuration -
Uses of ReadWriteCopyStrategy in net.sf.ehcache.store.compound
Classes in net.sf.ehcache.store.compound that implement ReadWriteCopyStrategy Modifier and Type Class Description classImmutableValueElementCopyStrategyclassLegacyCopyStrategyAdapterReadWriteCopyStrategy adaptor for a legacy CopyStrategy instanceclassNullReadWriteCopyStrategyNo-op copy strategyclassReadWriteSerializationCopyStrategyA copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graphclassSerializationCopyStrategyA copy strategy that uses full Serialization to copy the object graph
-