We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5931639 commit bf2c142Copy full SHA for bf2c142
src/cache.ts
@@ -4,7 +4,7 @@
4
*/
5
6
import Driver from "./driver";
7
-import { Memory } from "./drivers/memory";
+import Memory from "./drivers/memory";
8
9
export default class Cache {
10
protected driver: Driver;
0 commit comments