Uses of Interface
org.apache.jcs.engine.behavior.ICacheElementSerialized

Packages that use ICacheElementSerialized
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.utils.serialization   
 

Uses of ICacheElementSerialized in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheElementSerialized
 class CacheElementSerialized
          Either serialized value or the value should be null;
 

Uses of ICacheElementSerialized in org.apache.jcs.utils.serialization
 

Methods in org.apache.jcs.utils.serialization that return ICacheElementSerialized
static ICacheElementSerialized SerializationConversionUtil.getSerializedCacheElement(ICacheElement element, IElementSerializer elementSerializer)
          This returns a wrapper that has a serialized version of the value instead of the value.
 

Methods in org.apache.jcs.utils.serialization with parameters of type ICacheElementSerialized
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-2011 Apache Software Foundation. All Rights Reserved.