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
Please add support for some kind of has() API, or at least return something magic from get() to indicate a miss, like a singleton instance of RWFileCache\Miss or something. Returning false makes it impossible to distinguish a miss from a hit on cached false value.
I'm not actively maintaining this repo any more. If this still a feature you're interested in, please take a look at my fork (https://github.com/DivineOmega/do-file-cache) and raise an issue there if necessary.
Please add support for some kind of
has()
API, or at least return something magic from get() to indicate a miss, like a singleton instance ofRWFileCache\Miss
or something. Returning false makes it impossible to distinguish a miss from a hit on cachedfalse
value.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: