fix(core): update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { CacheEntry } from "./levelcache.classes.cacheentry";
|
||||
import { CacheEntry } from './levelcache.classes.cacheentry';
|
||||
|
||||
export abstract class AbstractCache {
|
||||
public abstract ready: Promise<void>;
|
||||
public abstract status: 'active' | 'inactive';
|
||||
|
||||
|
||||
// Blobs
|
||||
/**
|
||||
* store a Blob
|
||||
@@ -22,4 +22,4 @@ export abstract class AbstractCache {
|
||||
* cleans the cache
|
||||
*/
|
||||
public abstract clean(): Promise<void>;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user