Package | Description |
---|---|
org.apache.jcs.engine |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.utils.serialization |
Modifier and Type | Class and Description |
---|---|
class |
CacheElementSerialized
Either serialized value or the value should be null;
|
Modifier and Type | Method and Description |
---|---|
static ICacheElementSerialized |
SerializationConversionUtil.getSerializedCacheElement(ICacheElement element,
IElementSerializer elementSerializer)
This returns a wrapper that has a serialized version of the value instead
of the value.
|
Modifier and Type | Method and Description |
---|---|
static ICacheElement |
SerializationConversionUtil.getDeSerializedCacheElement(ICacheElementSerialized serialized,
IElementSerializer elementSerializer)
This returns a wrapper that has a de-serialized version of the value
instead of the serialized value.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.