Server IP : 150.95.80.236 / Your IP : 3.147.13.85 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/api-uat.pcu.in.th/node_modules/@nestjs/common/cache/ |
Upload File : |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CACHE_MODULE_OPTIONS = exports.CACHE_TTL_METADATA = exports.CACHE_KEY_METADATA = exports.CACHE_MANAGER = void 0; const cache_module_definition_1 = require("./cache.module-definition"); /** * @deprecated `CacheModule` (from the `@nestjs/common` package) is deprecated and will be removed in the next major release. Please, use the `@nestjs/cache-manager` package instead * @publicApi */ exports.CACHE_MANAGER = 'CACHE_MANAGER'; exports.CACHE_KEY_METADATA = 'cache_module:cache_key'; exports.CACHE_TTL_METADATA = 'cache_module:cache_ttl'; /** * @deprecated `CacheModule` (from the `@nestjs/common` package) is deprecated and will be removed in the next major release. Please, use the `@nestjs/cache-manager` package instead * @publicApi */ exports.CACHE_MODULE_OPTIONS = cache_module_definition_1.MODULE_OPTIONS_TOKEN;