public class DictionaryCacheNone<T> extends Object implements DictionaryCache<T>
| Constructor and Description |
|---|
DictionaryCacheNone() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get(long id) |
void |
put(long id,
T node) |
int |
size() |
public T get(long id)
get in interface DictionaryCache<T>public void put(long id,
T node)
put in interface DictionaryCache<T>public int size()
size in interface DictionaryCache<T>public void clear()
clear in interface DictionaryCache<T>Copyright © 2018 DataWeb Research. All rights reserved.