| Name | Description | |
|---|---|---|
![]() | GetOrCreateValue | Gets a value from the cache, or creates the value and caches it, if it is not there |
![]() | Remove | Removes the item from the map that corresponds to the specified key. |
![]() | Sanitize | Removes items from the map, that fail to pass the specified validation check |
![]() | TryGetValue | Tries to get a value from the cache. |
