UNPKG

@appolo/cache

Version:
11 lines (8 loc) 358 B
"use strict"; import {IOptions} from "./module/src/IOptions"; import {cache} from "./module/src/decorators"; import {CacheProvider} from "./module/src/cacheProvider"; import {CacheModule} from "./module/cacheModule"; import {Cache} from "./module/src/cache"; export {IOptions} from "./module/src/IOptions" export {CacheModule, cache, CacheProvider, Cache}