org.mule.module.spring.objectstore
Class SpringCacheObjectStore.ObjectStoreValue<T extends Serializable>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringCacheObjectStore.ObjectStoreValue
public SpringCacheObjectStore.ObjectStoreValue(T value)
getValue
public T getValue()
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.