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, groupsCachesFields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBlockCache(BlockCacheKey blockIdRef) getGroupBlocksCache(int groupId) getGroupCache(int groupId) getGroupCacheWithInternalGroups(int groupId) getGroupCacheWithOutInternal(int groupId) inthashCode()voidputBlockCache(Integer parentGroupId, BlockCache cache) voidputGroupCache(Integer parentGroupId, Integer groupId, GroupCache cache) toString()Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
clone, getBlockGroupsCaches, getGroupsCachesMethods 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
-