Skip to content

Commit

Permalink
cacheable - removing KeyvCacheableMemory as replaced by createKeyv (#927
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jaredwray authored Dec 10, 2024
1 parent a307135 commit 153a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cacheable/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Keyv, type KeyvStoreAdapter} from 'keyv';
import {Hookified} from 'hookified';
import {shorthandToMilliseconds} from './shorthand-time.js';
import {KeyvCacheableMemory, createKeyv} from './keyv-memory.js';
import {createKeyv} from './keyv-memory.js';
import {CacheableStats} from './stats.js';
import {type CacheableItem} from './cacheable-item-types.js';
import {hash} from './hash.js';
Expand Down

0 comments on commit 153a215

Please sign in to comment.