public IEnumerable <KeyValuePair <string, object> > BulkGet(IEnumerable <string> keys)
 {
     return(_cacheHandler.BulkGet(keys));
 }