Uses of Class
com.epam.fix.validation.engine.utils.cache.GroupCache
Packages that use GroupCache
-
Uses of GroupCache in com.epam.fix.validation.engine.utils.cache
Fields in com.epam.fix.validation.engine.utils.cache with type parameters of type GroupCacheModifier and TypeFieldDescriptionprotected Map<Integer,
GroupCache> AbstractGroupsCache.groupsCaches
Methods in com.epam.fix.validation.engine.utils.cache that return GroupCacheModifier and TypeMethodDescriptionGroupsCache.getGroupCache
(int groupId) GroupsCache.getGroupCacheWithOutInternal
(int groupId) Methods in com.epam.fix.validation.engine.utils.cache that return types with arguments of type GroupCacheModifier and TypeMethodDescriptionGroupsCache.getGroupCacheWithInternalGroups
(int groupId) AbstractGroupsCache.getGroupsCaches()
Methods in com.epam.fix.validation.engine.utils.cache with parameters of type GroupCacheModifier and TypeMethodDescriptionvoid
GroupsCache.putGroupCache
(Integer parentGroupId, Integer groupId, GroupCache cache)