A cache for CookieStorage
Returns value for key or computes ans saves it if it's not found in the cache.
Invalidates key in the cache.
Invalidates key in this cache if its value equals to value.
Invalidates all keys in the cache.
Returns value for key or null if it's not found in the cache.
null