@type-cacheable/lru-cache-adapter
Advanced tools
Comparing version 12.0.2 to 12.1.0
@@ -0,0 +0,0 @@ import * as LRUCache from 'lru-cache'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@type-cacheable/lru-cache-adapter", | ||
"version": "12.0.2", | ||
"version": "12.1.0", | ||
"description": "Adapter for using lru-cache with type-cacheable", | ||
@@ -38,6 +38,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^11.0.1", | ||
"@type-cacheable/core": "^11.1.1", | ||
"@types/lru-cache": "^7.4.0", | ||
"lru-cache": "^7.3.0", | ||
"typescript": "^4.7.2" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "e519569d52d4809bac186afee297845c726040eb" | ||
"gitHead": "46becef54f5a494354e00437cb82933e01c249d9" | ||
} |
# @type-cacheable/lru-cache-adapter | ||
[![npm downloads](https://img.shields.io/npm/dm/@type-cacheable/lru-cache-adapter)](https://www.npmjs.com/package/@type-cacheable/lru-cache-adapter) | ||
TypeScript-based caching decorators to assist with caching (and clearing cache for) async methods. This package supports the `lru-cache` client. | ||
@@ -4,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9972
34