automatic cache creates 2 directories
See original GitHub issueBoth caches contain a cached file, one under cache_dir/cache/flattened_doi/file
and one under cache_dir/flattened_doi/cache/file
. We are separating the the cache_dir
from the raw data storage already, so we don’t need to put a cache
subdirectory under that. In principle, cache_dir/flattened_doi/file
would be possible but just in case that raw and cache directory coincide, cache_dir/flattened_doi/cache/file
is a good alternative. This way, the user also has the option to group all raw and cached files belonging to one data set under one directory with this setting.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Simple PHP caching creates too many files - Subfolders needed
The sub folders should be created automatically if they don't exist. Is someone able to help me with the code or are there...
Read more >tikz pgf - Automatic creation of caching directories - TeX
My problem is that this directory should already exist. I could create it automatically in LaTeX with an \immediate\write18{...} command.
Read more >W3 Total Cache Error: Files and directories could not be ...
W3 Total Cache Error: Files and directories could not be automatically created to complete the installation. I then have two options: – Either...
Read more >Allow automatic exclusion of cache directories #317 - GitHub
I need to exclude specific directories from the backup, and could not find a way to do so. Rather than adding cumbersome lists, ......
Read more >Work with Bridge shared cache - Adobe Support
To create and manage the cache for a folder that you want to share across multiple users, choose Tools > Manage Cache. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes good idea, the default now
cache_dir/flattened_doi/cache/file
then becomesdata_dir/flattened_doi/cache/file
which is good because studies are grouped together!same for meta_path