Пример #1
0
 /// <summary>
 /// Returns the file path for the specified key
 /// </summary>
 /// <param name="key">The object key</param>
 /// <returns>The path for the file</returns>
 public string GetFilePath(string key)
 {
     return(_store.GetFilePath(key));
 }