Uses of Class
com.epam.fix.validation.engine.utils.cache.BlockCache

Packages that use BlockCache
com.epam.fix.validation.engine.utils.cache   
 

Uses of BlockCache in com.epam.fix.validation.engine.utils.cache
 

Fields in com.epam.fix.validation.engine.utils.cache with type parameters of type BlockCache
protected  Map<BlockCacheKey,BlockCache> AbstractGroupsCache.blockGroupsCaches
           
 

Methods in com.epam.fix.validation.engine.utils.cache that return BlockCache
 BlockCache GroupsCache.getBlockCache(BlockCacheKey blockIdRef)
           
 

Methods in com.epam.fix.validation.engine.utils.cache that return types with arguments of type BlockCache
 Map<BlockCacheKey,BlockCache> AbstractGroupsCache.getBlockGroupsCaches()
           
 Set<BlockCache> GroupsCache.getGroupBlocksCache(int groupId)
           
 

Methods in com.epam.fix.validation.engine.utils.cache with parameters of type BlockCache
 void GroupsCache.putBlockCache(Integer parentGroupId, BlockCache cache)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.