Cache
Working with the cache
bool HasKey(string key)
void Set<T>(string key, T value) // the value has to be an IShapable<T>
T? Get<T>(string key)
void Remove(string key)Last updated
Was this helpful?
bool HasKey(string key)
void Set<T>(string key, T value) // the value has to be an IShapable<T>
T? Get<T>(string key)
void Remove(string key)Last updated
Was this helpful?
Was this helpful?