cache
Cache invalidation and tag generation utilities.
Generated from swoff/cache/.
invalidateByTag
Invalidate all cache entries for a single tag.
invalidateByTags
Invalidate multiple tags at once.
generateTags
Extract tags from a URL path.
generateTagsFromMethod
Method-prefixed tags from URL.
invalidateUrl
Extract tags from URL and invalidate all matching cache entries.
invalidateByMethod
Invalidate using method-prefixed tags.
expandCascading
Expand tags with cascading dependencies.
getUrlsForTag
Get all URLs cached under a tag.
getTagsForUrl
Get all tags for a given URL.
invalidateMatching
Invalidate all cached responses matching a glob pattern.