Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Taggable Cache Laravel Package

cache/taggable-cache

Adapter that makes any PSR-6 cache pool taggable. Tag related cache items and invalidate them by tag without clearing the whole cache. Part of the PHP Cache organization; works with all PHP Cache pools supporting tagging.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Enables granular cache invalidation strategies by allowing grouped cache entries to be cleared via tags, reducing unnecessary cache misses and database load during data updates (e.g., invalidating all products in a category when category metadata changes).
  • Validates "buy" decision for tagging functionality: PSR-6 standard lacks native tagging support, making this package a low-effort alternative to custom implementation, with minimal integration overhead and MIT licensing for risk-free adoption.
  • Aligns with roadmap priorities for performance optimization in data-intensive applications (e.g., e-commerce, SaaS platforms), where partial cache invalidation is critical for scalability.

When to Consider This Package

  • Adopt when using PSR-6-compliant cache systems (e.g., Symfony Cache, Doctrine) and needing tag-based invalidation for related data. Ideal for high-traffic applications where full-cache flushes cause performance issues.
  • Avoid if: the project uses non
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests