Class MessagesCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.MessagesCache
- All Implemented Interfaces:
ICache<String,
,GroupsCache> Cloneable
- Author:
- Serhiy_Zahriychuk
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MessagesCache
public MessagesCache()
-
-
Method Details
-
get
Description copied from interface:ICache
Returns value by input key.- Specified by:
get
in interfaceICache<String,
GroupsCache> - 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 interfaceICache<String,
GroupsCache> - Parameters:
key
- Key of input value.value
- The instance that contains concrete value for input key.
-
equals
-
hashCode
public int hashCode() -
toString
-