| Interface | Description |
|---|---|
| Copier |
An object is copied when the cache is configured with storeByValue to guard against
mutations of the key or value.
|
| Class | Description |
|---|---|
| AbstractCopier<A> |
A skeleton implementation where subclasses provide the serialization strategy.
|
| JavaSerializationCopier |
A strategy that uses Java serialization if a fast path approach is not applicable.
|
| JavaSerializationCopier.ClassLoaderAwareObjectInputStream |
An ObjectInputStream that instantiates using the supplied classloader.
|