expire

Tells the cache that the value it stores for id is out-of-date, and should be queried again the next time it is requested.

For more information, see Cache.expire.


Tells the cache that the value it stores for the given ids are out-of-date, and should be queried again next time they are requested.

For more information, see Cache.expire.