Closed marcoscaceres closed 9 years ago
Make hasCacheEntry to use caches.matches() instead. That would make the cache name optional.
hasCacheEntry
For lookups relying on matches, then using the cache's API directly seems best. This is because CacheTasks only provides a bit of efficiency with using pre-opened caches, but not much else.
Make
hasCacheEntry
to use caches.matches() instead. That would make the cache name optional.