putEntry<T> static method
Directly inserts or overwrites a QueryCacheEntry in the cache.
Implementation
static void putEntry<T>(QueryCacheEntry<T> entry) {
_cache[normalizeKey(entry.key)] = entry;
}
Directly inserts or overwrites a QueryCacheEntry in the cache.
static void putEntry<T>(QueryCacheEntry<T> entry) {
_cache[normalizeKey(entry.key)] = entry;
}