| Constructor and Description |
|---|
L1CacheSegment(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int hash,
ConcurrentCacheAtom<K,V> atom) |
void |
clear() |
ConcurrentCacheAtom<K,V> |
find(K key) |
void |
invalidate(K key) |
void |
set(K key,
V value) |
public ConcurrentCacheAtom<K,V> find(K key)
public void add(int hash,
ConcurrentCacheAtom<K,V> atom)
public void invalidate(K key)
public void clear()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.