org.mule.module.spring.objectstore
Class SpringCacheObjectStore.ObjectStoreValue<T extends Serializable>

java.lang.Object
  extended by org.mule.module.spring.objectstore.SpringCacheObjectStore.ObjectStoreValue<T>
Type Parameters:
T - the type of elements stored in the cache.
All Implemented Interfaces:
Serializable
Enclosing class:
SpringCacheObjectStore<T extends Serializable>

public static class SpringCacheObjectStore.ObjectStoreValue<T extends Serializable>
extends Object
implements Serializable

Provides a place holder to store values inside a Spring cache to be able to save null values. This is required because the base API does not have a method to detect whether a given key is present in the cache or not.

See Also:
Serialized Form

Constructor Summary
SpringCacheObjectStore.ObjectStoreValue(T value)
           
 
Method Summary
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringCacheObjectStore.ObjectStoreValue

public SpringCacheObjectStore.ObjectStoreValue(T value)
Method Detail

getValue

public T getValue()


Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.