ajsfw
Version:
Ajs Framework
15 lines (14 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOCAL_ONLY_PREFIX = "LOCAL.";
exports.MEMORY_CACHE_SIZE = 20 * 1024 * 1024;
exports.SESSION_CACHE_SIZE = 4 * 1024 * 1024;
exports.LOCAL_CACHE_SIZE = 4 * 1024 * 1024;
exports.INDEXEDDB_CACHE_SIZE = 20 * 1024 * 1024;
exports.USE_EVAL = true;
exports.RESOURCE_TYPES = {
script: [".js"],
style: [".css"],
text: [".htm", ".html", ".xml", ".json", ".txt"],
binary: [".png", ".jpg", ".jpeg", "gif"]
};