-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
The Problem
- Most user machines can't use a cache (some individual files are too large)
- Users without a cache will likely still want to cache specific files that are used frequently
- Specific operations could benefit from temporary caching
- Changes to the caching system cannot be disruptive to users down the line
Thinking that the best way forward with this is a cache policy object rather than string, but I'm open to other options.