Problem/Motivation
At times we need to cache some values which are not related to Drupal config or data but are coming from dependency calculation and which don't really need to be deleted when clearing (rebuilding) Drupal cache.
Steps to reproduce
Run drush cr and it will delete depcalc cache.
Proposed resolution
Develop a way to use depcalc cache but still keep it separate from drush cr
Remaining tasks
Code, Review, Merge
Issue fork depcalc-3267748
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 #5
pajor commented