Ejemplo n.º 1
0
 public void Set(string key, AcrToken token)
 {
     _cache[key] = token;
 }
Ejemplo n.º 2
0
 public bool TryGetToken(string key, out AcrToken value)
 {
     return(_cache.TryGetValue(key, out value));
 }