public interface ICache<T,V> extends Cloneable
Modifier and Type | Method and Description |
---|---|
V |
get(T key)
Returns value by input key.
|
void |
put(T key,
V value)
Puts the value by key into cache.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.