public interface DataSetCache
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key) |
DataSet |
get(String key) |
boolean |
isComplete(String namespace)
Check is given namespace has complete cache of the data set
|
void |
put(String key,
DataSet dataSet) |
void |
setComplete(String namespace,
boolean value)
Sets the flag indicating whether given namespace is fully cached
|
boolean isComplete(String namespace)
namespace - void setComplete(String namespace, boolean value)
namespace - value - boolean contains(String key)
Copyright © 2021. All rights reserved.