File tree Expand file tree Collapse file tree
plugins/runtime/builtin/cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,9 +306,7 @@ export function isCachedFunction(fn: GenericFunction): boolean {
306306}
307307
308308/**
309- * **WARNING!!!! DO NOT USE THIS UNLESS YOU KNOW WHAT YOU ARE DOING!**
310309 * @private
311310 * @internal
312311 */
313- export const zzz_commandkit_secret_internal_use_cache_wrapper_do_not_use_or_you_will_be_fired : any =
314- useCache ;
312+ export const zxcvbnm____ : any = useCache ;
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ const generate = _generate.default || _generate;
1010
1111const IMPORT_PATH = 'commandkit' ;
1212const DIRECTIVE = 'use cache' ;
13- const CACHE_IDENTIFIER =
14- 'zzz_commandkit_secret_internal_use_cache_wrapper_do_not_use_or_you_will_be_fired' ;
13+ const CACHE_IDENTIFIER = 'zxcvbnm____' ;
1514
1615const generateRandomString = ( length = 6 ) => {
1716 const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' ;
You can’t perform that action at this time.
0 commit comments