Searched defs:cacheMap (Results 1 – 2 of 2) sorted by relevance
30 private final Map<Class<?>, MetaTableSchema<?>> cacheMap = new HashMap<>(); field in MetaTableSchemaCache41 private Map<Class<?>, MetaTableSchema<?>> cacheMap() { in cacheMap() method in MetaTableSchemaCache
76 …std::map<uint64_t, MOS_CACHE_ELEMENT> *cacheMap = static_cast<std::map<uint64_t, MOS_CACHE_ELEMENT… in GetCacheSetting() local