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
Well, my use case is:
I have a function that queries the database, the input is the database alias and the query.
It's working great, but I just saw that the cache size will grow indefinitely, right?
My idea was to keep track of the stale date, and check for all elements of the object if any was already "staled", and delete it.
Just to keep the filesize at a minimum.
I never worked with Classes like this project, but I can try something.
What do you think?
I'm using it wrong?
The text was updated successfully, but these errors were encountered:
Hello,
I have the same problematic : after a few months of using cachier for caching authent tokens, the cache file takes more than 100MB.
Currently I delete regularly the cache file in order to stay with a small file size...
Thanks
Well, my use case is:
I have a function that queries the database, the input is the database alias and the query.
It's working great, but I just saw that the cache size will grow indefinitely, right?
My idea was to keep track of the stale date, and check for all elements of the object if any was already "staled", and delete it.
Just to keep the filesize at a minimum.
I never worked with Classes like this project, but I can try something.
What do you think?
I'm using it wrong?
The text was updated successfully, but these errors were encountered: