public interface Cache
LruCache,
JCache,
ExpiringCache,
ThreadLocalCache| 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–2020 The Apache Software Foundation. All rights reserved.