-
-
Constructor Summary
Constructors
-
Method Summary
Returns value by input key.
void
Puts the value by key into cache.
-
-
Constructor Details
-
AbstractCache
public AbstractCache()
-
Method Details
-
get
Description copied from interface: ICache
Returns value by input key.
- Specified by:
get
in interface ICache<Integer,Field>
- Parameters:
key
- Input key.
- Returns:
- Instance of value.
-
put
Description copied from interface: ICache
Puts the value by key into cache.
- Specified by:
put
in interface ICache<Integer,Field>
- Parameters:
key
- Key of input value.
value
- The instance that contains concrete value for input key.
-