Cache
Cache copied to clipboard
:package: Nothing but Cache.
Results
42
Cache issues
Sort by
recently updated
recently updated
newest added
I've noticed an issue with the allObjects property in the DiskStorage implementation. The current default implementation returns an empty array, making it impossible to access any stored objects. Also, as...
This PR adds support for cache cleanup based on a custom expiry period using the file’s `contentAccessDate`. - Added a new `removeExpiredObjects(expiryPeriod:)` function. - This compares the current time with...