Class AbstractGroupsCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.AbstractCache
com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
- Direct Known Subclasses:
BlockGroupsCache
,GroupsCache
- Author:
- Serhiy_Zahriychuk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<BlockCacheKey,
BlockCache> protected Map<Integer,
GroupCache> Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
get, put
-
Field Details
-
groupsCaches
-
blockGroupsCaches
-
-
Constructor Details
-
AbstractGroupsCache
public AbstractGroupsCache()
-
-
Method Details
-
getBlockGroupsCaches
- Returns:
- the blockGroupsCaches
-
getGroupsCaches
- Returns:
- the groupsCaches
-
clone
- Overrides:
clone
in classAbstractCache
-