Skip to content
module@warp-drive/utilities/string

Function setMaxLRUCacheSize() sincev4.13.0

ts
function setMaxLRUCacheSize(size): void;

Defined in: -private/string/transform.ts:110

Sets the maximum size of the LRUCache for all string transformation functions. The default size is 10,000.

Parameters

size

number

Returns

void

Released under the MIT License.