public void Clear() { if (!cacheIsBuilt) { return; } primaryCache.Clear(); secondaryCaches.Clear(); cacheMissStrategy.Reset(); }