@acuris/leprechaun-cache
Version:
Caching library that supports double checked caching and stale returns to avoid stampede and slow responses
33 lines (27 loc) • 368 B
Plain Text
# <@acuris/eslint-config>
# Dependencies and vendor
vendor
typings
node_modules
bower_components
jspm_packages
package-lock.json
# Build outputs
bundle.js
*.bundle.js
.serverless
build/Release
*.min.*
*-min.*
# Cache
.cache
.fuse_hidden*
.temp
.fusebox
.dynamodb
# Test coverage and snapshots
lib-cov
coverage
.nyc_output
__snapshots__
# </@acuris/eslint-config>