public void Put(CacheKey key, CachedObject cachedObj, TimeSpan expirationTimeout) { _cache[key.Key] = cachedObj; }