![]()
Clears the memoization cache on the given object.
Arguments:
|
code » | |||
Decorator around functions that caches the inner function's return values.
To cache parameterless functions, see goog.functions.cacheReturnValue.
Arguments:
Returns: !Function
The wrapped function.
|
code » | |||
![]()
No description.
|
code » | |||
Simple and fast argument serializer function for goog.memoize.
Supports string, number, boolean, null and undefined arguments. Doesn't
support \x0B characters in the strings.
Arguments:
Returns: string
The list of arguments with type information concatenated
with the functionUid argument, serialized as \x0B-separated string.
|
code » |