public class MultiCache<V> extends Object
Constructor and Description |
---|
MultiCache() |
Modifier and Type | Method and Description |
---|---|
void |
cache(V value,
Object... keys) |
V |
extract(Object... keys) |
void |
invalidate() |
void |
remove(Object... keys) |
int |
size() |
Collection<V> |
values() |
Copyright © 2019. All rights reserved.