Interface ICache<T,V>
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AbstractCache
,AbstractGroupsCache
,BlockCache
,BlockGroupsCache
,GroupCache
,GroupsCache
,MessagesCache
- Author:
- Serhiy_Zahriychuk
-
Method Summary
-
Method Details
-
put
Puts the value by key into cache.- Parameters:
key
- Key of input value.value
- The instance that contains concrete value for input key.
-
get
Returns value by input key.- Parameters:
key
- Input key.- Returns:
- Instance of value.
-