expire
Tells the cache that the value it stores for id is out-of-date for all contexts, and should be queried again the next time it is requested.
For more information, see ContextualCache.expire.
Tells the cache that the value it stores for id and context is out-of-date for all contexts, and should be queried again the next time it is requested.
For more information, see ContextualCache.expire.
Tells the cache that the value it stores for the given ids are out-of-date for all contexts, and should be queried again next time they are requested.
For more information, see ContextualCache.expire.