Exemplo n.º 1
0
 public static void Permanent(string key, object obj, CacheDependency dep)
 {
     TCache.Permanent(key, obj, dep);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Insert an item into the cache for the Maximum allowed time
 /// </summary>
 /// <param name="key"></param>
 /// <param name="obj"></param>
 public static void Permanent(string key, object obj)
 {
     TCache.Permanent(key, obj);
 }