fix(core): update
This commit is contained in:
14
ts/levelcache.classes.levelcache.ts
Normal file
14
ts/levelcache.classes.levelcache.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as plugins from './levelcache.plugins';
|
||||
|
||||
/**
|
||||
* a leveled cache for storing things for a short time
|
||||
*/
|
||||
export class LevelCache {
|
||||
public cacheMap = new plugins.lik.Stringmap();
|
||||
|
||||
public async storeBlob () {}
|
||||
|
||||
public async retrieveBlob () {}
|
||||
|
||||
public clean() {}
|
||||
}
|
Reference in New Issue
Block a user