|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadWriteCopyStrategy | |
---|---|
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 | |
---|---|
ReadWriteCopyStrategy<Element> |
CacheConfiguration.getCopyStrategy()
Getter to the configured ReadWriteCopyStrategy. |
ReadWriteCopyStrategy<Element> |
CopyStrategyConfiguration.getCopyStrategyInstance(ClassLoader loader)
Get (and potentially) instantiate the instance |
Methods in net.sf.ehcache.config with parameters of type ReadWriteCopyStrategy | |
---|---|
void |
CopyStrategyConfiguration.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 | |
---|---|
CopyingCacheStore(T store,
boolean copyOnRead,
boolean copyOnWrite,
ReadWriteCopyStrategy<Element> copyStrategyInstance,
ClassLoader loader)
Creates a copying instance of store, that wraps the actual storage |
|
CopyStrategyHandler(boolean copyOnRead,
boolean copyOnWrite,
ReadWriteCopyStrategy<Element> copyStrategy,
ClassLoader loader)
Creates a CopyStrategyHandler based on the copy configuration |
|
TerracottaTransactionalCopyingCacheStore(TerracottaStore store,
ReadWriteCopyStrategy<Element> copyStrategyInstance,
ClassLoader loader)
Creates a terracotta copying instance of store, that wraps the actual storage |
|
TxCopyingCacheStore(T store,
boolean copyOnRead,
boolean copyOnWrite,
ReadWriteCopyStrategy<Element> copyStrategyInstance,
ClassLoader loader)
Creates a copying instance of store, that wraps the actual storage |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.store.compound |
---|
Classes in net.sf.ehcache.store.compound that implement ReadWriteCopyStrategy | |
---|---|
class |
ImmutableValueElementCopyStrategy
|
class |
LegacyCopyStrategyAdapter
ReadWriteCopyStrategy adaptor for a legacy CopyStrategy instance |
class |
NullReadWriteCopyStrategy
No-op copy strategy |
class |
ReadWriteSerializationCopyStrategy
A copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graph |
class |
SerializationCopyStrategy
A copy strategy that uses full Serialization to copy the object graph |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |