private void SetCacheItemByKey(string key, BinaryCacheItem item, DateTimeOffset expiresOn) { this.Factory.Add(key, item, expiresOn); }