public class JCache extends Object implements Cache
JCacheFactory to store method's returns value
to server from store without making method call.Cache,
JCacheFactory,
AbstractCacheFactory,
CacheFilter| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key)
API to return stored value using a key.
|
void |
put(Object key,
Object value)
API to store value against a key
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.