@fluojs/cache-manager
Advanced tools
+4
-4
@@ -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": { |
+1
-0
@@ -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 @@ ### 인터셉터 |
+1
-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 |
90547
0.73%226
0.44%Updated
Updated
Updated