fix(core): update

This commit is contained in:
2020-02-14 18:10:10 +00:00
parent 1cdba38408
commit 26511fc10e
5 changed files with 40 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
import * as plugins from './levelcache.plugins';
export class CacheRouter {
async routeStoreAction() {}
async routeRetrieveAction() {}
}