public abstract class AbstractGroupsCache extends AbstractCache
Modifier and Type | Field and Description |
---|---|
protected Map<BlockCacheKey,BlockCache> |
blockGroupsCaches |
protected Map<Integer,GroupCache> |
groupsCaches |
mapCache
Constructor and Description |
---|
AbstractGroupsCache() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Map<BlockCacheKey,BlockCache> |
getBlockGroupsCaches() |
Map<Integer,GroupCache> |
getGroupsCaches() |
get, put
protected Map<Integer,GroupCache> groupsCaches
protected Map<BlockCacheKey,BlockCache> blockGroupsCaches
public Map<BlockCacheKey,BlockCache> getBlockGroupsCaches()
public Map<Integer,GroupCache> getGroupsCaches()
public Object clone()
clone
in class AbstractCache
Copyright © 2000–2022 EPAM Systems. All rights reserved.