Example #1
0
 /// <summary>
 /// Deletes the object data for the specified key
 /// </summary>
 /// <param name="key">The object key</param>
 /// <returns>True if the delete operation was successful</returns>
 public bool Delete(string key)
 {
     return(_store.Delete(key));
 }