UNPKG

321 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * This object is responsible for caching resources.
5 *
6 * It holds references to all resource objects.
7 */
8class Cache {
9 constructor() {
10 this.cache = new Map();
11 }
12}
13exports.default = Cache;
14//# sourceMappingURL=cache.js.map
\No newline at end of file