Problem/Motivation
We offer an option to persist certain cache bins so their data will survive full cache clears. This is useful for data that is too expensive to recalculate every time the caches are cleared. However we also have an option to make the persistent caching strategy the default for all cache bins. This is not a good idea since the vast majority of cache bins in Drupal are for cheap data and retaining all of it will just fill up disk space.
Proposed resolution
Remove the option.
Issue fork filecache-3586839
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pfrenssenComment #5
pfrenssen