ICacheHost.getKeyOrder

An optimization helper which provides a linear order in which keys should be optimized (cache entries most likely to have common data should be adjacent in the list).

interface ICacheHost
string[][]
getKeyOrder
(
string key
)

Parameters

key string

If non-null, this function will only return keys relevant to the given key.

Return Value

Type: string[][]

An array of groups, each group is an array of key prefixes.

Meta