public class GroupsCache extends AbstractGroupsCache
blockGroupsCaches, groupsCaches
mapCache
Constructor and Description |
---|
GroupsCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BlockCache |
getBlockCache(BlockCacheKey blockIdRef) |
Set<BlockCache> |
getGroupBlocksCache(int groupId) |
GroupCache |
getGroupCache(int groupId) |
Set<GroupCache> |
getGroupCacheWithInternalGroups(int groupId) |
GroupCache |
getGroupCacheWithOutInternal(int groupId) |
Set<Integer> |
getGroupsTagIDsWithBlocksTags(Integer rgTag) |
int |
hashCode() |
void |
putBlockCache(Integer parentGroupId,
BlockCache cache) |
void |
putGroupCache(Integer parentGroupId,
Integer groupId,
GroupCache cache) |
String |
toString() |
clone, getBlockGroupsCaches, getGroupsCaches
get, put
public void putGroupCache(Integer parentGroupId, Integer groupId, GroupCache cache)
public void putBlockCache(Integer parentGroupId, BlockCache cache)
public GroupCache getGroupCache(int groupId)
public GroupCache getGroupCacheWithOutInternal(int groupId)
public Set<GroupCache> getGroupCacheWithInternalGroups(int groupId)
public BlockCache getBlockCache(BlockCacheKey blockIdRef)
public Set<BlockCache> getGroupBlocksCache(int groupId)
Copyright © 2000–2022 EPAM Systems. All rights reserved.