JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
no.hasmac.jsonld.context.cache
Cache
Contents
Description
Method Summary
Method Details
containsKey(K)
get(K)
put(K, V)
Hide sidebar
Show sidebar
Interface Cache<
K
,
V
>
All Known Implementing Classes:
ConcurrentLruCache
,
LruCache
public interface
Cache<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
containsKey
(
K
key)
V
get
(
K
key)
void
put
(
K
key,
V
value)
Method Details
containsKey
boolean
containsKey
(
K
key)
get
V
get
(
K
key)
put
void
put
(
K
key,
V
value)