com.epam.fix.validation.engine.utils.cache
Class AbstractGroupsCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.AbstractCache
com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
- All Implemented Interfaces:
- ICache<Integer,Field>, Cloneable
- Direct Known Subclasses:
- BlockGroupsCache, GroupsCache
public abstract class AbstractGroupsCache
- extends AbstractCache
- Author:
- Serhiy_Zahriychuk
groupsCaches
protected Map<Integer,GroupCache> groupsCaches
blockGroupsCaches
protected Map<BlockCacheKey,BlockCache> blockGroupsCaches
AbstractGroupsCache
public AbstractGroupsCache()
getBlockGroupsCaches
public Map<BlockCacheKey,BlockCache> getBlockGroupsCaches()
- Returns:
- the blockGroupsCaches
getGroupsCaches
public Map<Integer,GroupCache> getGroupsCaches()
- Returns:
- the groupsCaches
clone
public Object clone()
- Overrides:
clone
in class AbstractCache
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.