Searched refs:UnifiedCacheBase (Results 1 – 3 of 3) sorted by relevance
24 class UnifiedCacheBase : public UObject {26 UnifiedCacheBase() { } in UnifiedCacheBase() function45 virtual ~UnifiedCacheBase();47 UnifiedCacheBase(const UnifiedCacheBase &);48 UnifiedCacheBase &operator=(const UnifiedCacheBase &);164 void registerWithCache(const UnifiedCacheBase *ptr) const { in registerWithCache()226 mutable const UnifiedCacheBase *cachePtr;
15 UnifiedCacheBase::~UnifiedCacheBase() {} in ~UnifiedCacheBase()
181 class U_COMMON_API UnifiedCache : public UnifiedCacheBase {