🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fluojs/cache-manager

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluojs/cache-manager - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+4
-4
package.json

@@ -13,3 +13,3 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -41,6 +41,6 @@ "license": "MIT",

"dependencies": {
"@fluojs/core": "^1.0.1",
"@fluojs/core": "^1.0.2",
"@fluojs/di": "^1.0.2",
"@fluojs/http": "^1.0.0",
"@fluojs/runtime": "^1.0.1",
"@fluojs/di": "^1.0.1"
"@fluojs/runtime": "^1.1.0"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

@@ -205,2 +205,3 @@ # @fluojs/cache-manager

- `@CacheEvict(key)`: 성공적인 non-GET 핸들러가 완료된 뒤 하나 이상의 cache key를 삭제합니다.
- `cacheRouteMetadataKey`, `getCacheKeyMetadata(...)`, `getCacheTtlMetadata(...)`, `getCacheEvictMetadata(...)`: 캐시 데코레이터 metadata key를 다시 구현하지 않고 cache decorator metadata를 검사해야 하는 first-party interceptor 통합, 진단, 고급 tooling을 위해 공개된 low-level metadata helper입니다.

@@ -207,0 +208,0 @@ ### 인터셉터

@@ -205,2 +205,3 @@ # @fluojs/cache-manager

- `@CacheEvict(key)`: Clears one or more cache keys after a successful non-GET handler completes.
- `cacheRouteMetadataKey`, `getCacheKeyMetadata(...)`, `getCacheTtlMetadata(...)`, and `getCacheEvictMetadata(...)`: Low-level metadata helpers exported for first-party interceptor integration, diagnostics, and advanced tooling that needs to inspect cache decorator metadata without reimplementing the metadata keys.

@@ -207,0 +208,0 @@ ### Interceptors