public abstract class AbstractCache extends Object implements ICache<Integer,Field>
Constructor and Description |
---|
AbstractCache() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Field |
get(Integer key)
Returns value by input key.
|
void |
put(Integer key,
Field value)
Puts the value by key into cache.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.