bedrock-caches
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "bedrock-caches", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A collection of cache implementations for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -52,3 +52,3 @@ Bedrock Cache Collection | ||
```ts | ||
import { UpdateCache } from "bedrock-caches/lib/memory" | ||
import { MemoryCache } from "bedrock-caches/lib/memory" | ||
``` | ||
@@ -72,3 +72,3 @@ | ||
```ts | ||
import { MemoryCache } from "bedrock-caches/lib/update" | ||
import { UpdateCache } from "bedrock-caches/lib/update" | ||
``` | ||
@@ -75,0 +75,0 @@ |