Exemplo n.º 1
0
 internal override IDictionary AddBulkOperation(string[] keys, CacheItem[] items, ref long[] sizes, bool allowQueryTags)
 {
     return(_webCache.AddBulkOperation(keys, items, ref sizes, true));
 }