{"library":"cache-conf","type":"library","category":null,"description":"Simple cache config handling for your app or module. Version 0.6.0 is the latest stable release (last updated in 2018). It extends the `conf` package to add caching capabilities: supports maxAge (TTL) per key, version-based invalidation, and expiration checks. Use when you need persistent configuration with automatic cache expiry. Not actively maintained; consider alternatives like `conf` with manual caching or updated packages.","language":"javascript","status":"maintenance","version":"0.6.0","tags":["javascript","cache","caching","config","store","app","storage","conf","configuration"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cache-conf","imports":["const CacheConf = require('cache-conf')","const config = new CacheConf()","config.get('key', { ignoreMaxAge: true }); config.set('key', val, { maxAge: 1000 }); config.isExpired('key')","config.set({a:1, b:2}, {maxAge: 10000})"]},{"cmd":"yarn add cache-conf","imports":[]},{"cmd":"pnpm add cache-conf","imports":[]}],"homepage":"https://github.com/samverschueren/cache-conf#readme","github":"https://github.com/samverschueren/cache-conf","docs":null,"changelog":null,"pypi":null,"npm":"cache-conf","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}