Exemplo n.º 1
0
 public void cache(string key, string value, long timeout)
 {
     HttpRuntimeCache.Set($"{Default_Cache_Prefix}{key}", value, timeout);
 }
Exemplo n.º 2
0
 public void Cache(string key, string value)
 {
     HttpRuntimeCache.Set($"{Default_Cache_Prefix}{key}", value);
 }