Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of cache files? #24

Closed
vfa-trungnm opened this issue Oct 24, 2020 · 1 comment
Closed

Location of cache files? #24

vfa-trungnm opened this issue Oct 24, 2020 · 1 comment

Comments

@vfa-trungnm
Copy link

// node cachemanager
var cacheManager = require('cache-manager');
// storage for the cachemanager
var fsStore = require('cache-manager-fs');
// initialize caching on disk
var diskCache = cacheManager.caching({store: fsStore, options: {path:'diskcache', preventfill:true}});

Everything works fine, but I don't know the location of cache files.

I search 'diskcache' directory but nothing.

find / -type d -name 'diskcache'

Can you help me?

@vfa-trungnm
Copy link
Author

@Mar-Pfa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant