You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another lizmat module that does exactly what I was trying to figure out how to do!
The documentation does not suggest a way to remove an object from cache. I was going to use it to avoid unnecessarily fetching an API object I already have, but I would like to be able to drop my cached data so I can re-fetch it.
The text was updated successfully, but these errors were encountered:
Sorry for the delay, I somehow missed the notices of these issues. Probably because I was working on my slides for the GPaRW.
Anyways, b884412 implements a !EVICT private method, which you can call from a method in your class. This is now on its way to CPAN and should become available in a few hours.
Another lizmat module that does exactly what I was trying to figure out how to do!
The documentation does not suggest a way to remove an object from cache. I was going to use it to avoid unnecessarily fetching an API object I already have, but I would like to be able to drop my cached data so I can re-fetch it.
The text was updated successfully, but these errors were encountered: