UNPKG

ng2-cache-service

Version:
12 lines (11 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Abstract cache storage */ var CacheStorageAbstract = (function () { function CacheStorageAbstract() { } return CacheStorageAbstract; }()); exports.CacheStorageAbstract = CacheStorageAbstract;