BREAKING CHANGE(core): switch to esm
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as plugins from './levelcache.plugins';
|
||||
import * as paths from './levelcache.paths';
|
||||
import { AbstractCache } from './levelcache.abstract.classes.cache';
|
||||
import { ILevelCacheConstructorOptions, LevelCache } from './levelcache.classes.levelcache';
|
||||
import { CacheEntry } from './levelcache.classes.cacheentry';
|
||||
import * as plugins from './levelcache.plugins.js';
|
||||
import * as paths from './levelcache.paths.js';
|
||||
import { AbstractCache } from './levelcache.abstract.classes.cache.js';
|
||||
import { ILevelCacheConstructorOptions, LevelCache } from './levelcache.classes.levelcache.js';
|
||||
import { CacheEntry } from './levelcache.classes.cacheentry.js';
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -59,7 +59,6 @@ export class CacheDiskManager extends AbstractCache {
|
||||
await plugins.smartfile.fs.remove(plugins.path.join(this.fsPath, encodeURIComponent(keyArg)));
|
||||
}
|
||||
|
||||
|
||||
public async cleanOutdated() {}
|
||||
|
||||
public async cleanAll() {
|
||||
|
Reference in New Issue
Block a user