UNPKG

@leyyo/cache

Version:
25 lines (24 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheHubPropImpl = void 0; const prop_1 = require("../prop"); // noinspection JSUnusedGlobalSymbols class CacheHubPropImpl extends prop_1.CacheAbstractPropImpl { constructor(data, parent) { super(data, parent); } // region secure get $back() { return this; } get $secure() { return this; } get $pure() { return this._pure; } $setPure(pure) { this._setPure(pure); } } exports.CacheHubPropImpl = CacheHubPropImpl;