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
- note the addition of PruneableInterface
- note the variouse, concrete PruneableInterface::prune() implementations in ChainAdapter,
FilesystemAdapter, PdoAdapter, PhpFilesAdapter, ChainCache, FilesystemCache, PdoCache,
PhpFilesCache, and TagAwareAdapter.
- note the addition of CachePoolPruneCommand, invokable via cache:pool:prune. This command
iterates over all services tagged cache.pool and calls the PruneableInterface::prune()
method on those that implement PruneableInterface
- rewording of some adapter text for clarity
- additional note blocks for all caches that implement PruneableInterface
- addition of prune() description and usage example on the chain adapter
- addition of a tip about achieving better performance with the filesystem adapter by utilizing tmpfs or another ram disk solution
- fix for an incorrect use statement in the PHP array cache adapter code example
- addition of documentation page for PHP files adapter
- addition of a "pruning cache items" explanation and example on the main cache pools page
0 commit comments