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.
|
Modifier and Type | Method and Description |
---|---|
ReadWriteCopyStrategy<Element> |
CacheConfiguration.getCopyStrategy()
Getter to the configured ReadWriteCopyStrategy.
|
ReadWriteCopyStrategy<Element> |
CopyStrategyConfiguration.getCopyStrategyInstance(ClassLoader loader)
Get (and potentially) instantiate the instance
|
Modifier and Type | Method and Description |
---|---|
void |
CopyStrategyConfiguration.setCopyStrategyInstance(ReadWriteCopyStrategy<Element> copyStrategy)
Sets the CopyStrategy instance to use
|
Constructor and Description |
---|
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
|
TxCopyStrategyHandler(boolean copyOnRead,
boolean copyOnWrite,
ReadWriteCopyStrategy<Element> copyStrategy,
ClassLoader loader)
Creates a TxCopyStrategyHandler based on the copy configuration
|
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.