Class GroupsCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.AbstractCache
com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
com.epam.fix.validation.engine.utils.cache.GroupsCache
- Author:
- Serhiy_Zahriychuk
-
Field Summary
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
blockGroupsCaches, groupsCaches
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBlockCache
(BlockCacheKey blockIdRef) getGroupBlocksCache
(int groupId) getGroupCache
(int groupId) getGroupCacheWithInternalGroups
(int groupId) getGroupCacheWithOutInternal
(int groupId) int
hashCode()
void
putBlockCache
(Integer parentGroupId, BlockCache cache) void
putGroupCache
(Integer parentGroupId, Integer groupId, GroupCache cache) toString()
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
clone, getBlockGroupsCaches, getGroupsCaches
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
get, put
-
Constructor Details
-
GroupsCache
public GroupsCache()
-
-
Method Details
-
putGroupCache
-
getGroupsTagIDsWithBlocksTags
-
putBlockCache
-
getGroupCache
-
getGroupCacheWithOutInternal
-
getGroupCacheWithInternalGroups
-
getBlockCache
-
getGroupBlocksCache
-
equals
-
hashCode
public int hashCode() -
toString
-