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
It would be great to extend the Statamic Cache tag to allow a param of "tags" to be passed to allow grouping of cache resources (eg for all pages cached for a specific user). This allows the cache to be flushed as a group, rather than the whole cache.
It would be great to extend the Statamic Cache tag to allow a param of "tags" to be passed to allow grouping of cache resources (eg for all pages cached for a specific user). This allows the cache to be flushed as a group, rather than the whole cache.
For info:
https://laravel.com/docs/8.x/cache#cache-tags
Seems like it would be an easy addition to the Cache tag - I'm happy to work on it if it might be accepted?
The text was updated successfully, but these errors were encountered: