Skip to content

Documentation / @ember-data/request-utils / string / setMaxLRUCacheSize

Function: setMaxLRUCacheSize()

ts
function setMaxLRUCacheSize(size): void;

Defined in: warp-drive-packages/utilities/declarations/-private/string/transform.d.ts:77

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

Parameters

size

number

Returns

void

Since

4.13.0

Released under the MIT License.