Variable infinite

infinite: Moizer<Partial<{
    isDeepEqual: boolean;
    isPromise: boolean;
    isReact: boolean;
    isSerialized: boolean;
    isShallowEqual: boolean;
    matchesArg: IsEqual;
    matchesKey: IsMatchingKey;
    maxAge: number;
    maxArgs: number;
    maxSize: number;
    onCacheAdd: OnCacheOperation<Moizeable>;
    onCacheChange: OnCacheOperation<Moizeable>;
    onCacheHit: OnCacheOperation<Moizeable>;
    onExpire: OnExpire;
    profileName: string;
    serializer: Serialize;
    transformArgs: TransformKey;
    updateCacheForKey: UpdateCacheForKey;
    updateExpire: boolean;
}>>

Function

Name

infinite

Memberof

module:moize

Alias

moize.infinite

Description

a moized method that will remove all limits from the cache size

Returns

the moizer function

Generated using TypeDoc