Closed sudoaza closed 3 years ago
Implemented a fix for #48 with the proposed solution.
Added the option to use the old method since delete_matched may be slow in some implementations.
Also made an exception for Memcache which doesn't support delete_matched.
Maybe it cover #16 too?
https://rubygems.org/gems/cached_resource/versions/5.2.0
Implemented a fix for #48 with the proposed solution.
Added the option to use the old method since delete_matched may be slow in some implementations.
Also made an exception for Memcache which doesn't support delete_matched.
Maybe it cover #16 too?