@luolapeikko/cache-types
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -168,3 +168,3 @@ /** | ||
* Cache events map. | ||
* @version 0.0.5 | ||
* @version 0.0.6 | ||
* @example | ||
@@ -179,5 +179,5 @@ * class MyCache extends EventEmitter<CacheEventsMap<string>> {} | ||
expires: [key: Key, payload: Payload]; | ||
clear: []; | ||
clear: [Map<string, Payload>]; | ||
}; | ||
export type { CacheEventsMap, IAsyncCache, ICache }; |
{ | ||
"name": "@luolapeikko/cache-types", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Typescript cache interfaces", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
15999