Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheElementSerialized
Packages that use ICacheElementSerialized
Package
Description
Interfaces used by the core and the auxiliary caches.
-
Uses of ICacheElementSerialized in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICacheElementSerializedModifier and TypeClassDescriptionclass
Either serialized value or the value should be null; -
Uses of ICacheElementSerialized in org.apache.commons.jcs3.utils.serialization
Methods in org.apache.commons.jcs3.utils.serialization that return ICacheElementSerializedModifier and TypeMethodDescriptionstatic <K,
V> ICacheElementSerialized<K, V> SerializationConversionUtil.getSerializedCacheElement
(ICacheElement<K, V> element, IElementSerializer elementSerializer) This returns a wrapper that has a serialized version of the value instead of the value.Methods in org.apache.commons.jcs3.utils.serialization with parameters of type ICacheElementSerializedModifier and TypeMethodDescriptionstatic <K,
V> ICacheElement<K, V> SerializationConversionUtil.getDeSerializedCacheElement
(ICacheElementSerialized<K, V> serialized, IElementSerializer elementSerializer) This returns a wrapper that has a de-serialized version of the value instead of the serialized value.