Defined in packages/ts_common/dist/apis/cache.d.ts:813 Constructors MethodsStatic
run All Tests run All Tests ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:818 Static
test Basic Memoization test Basic Memoization ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:822 Static
test Custom Key Generation test Custom Key Generation ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:830 Static
test Error Handling test Error Handling ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:838 Static
test Function Preservation test Function Preservation ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:850 Static
test Memoizer Factory test Memoizer Factory ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:842 Static
test Namespace Isolation test Namespace Isolation ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:834 Static
testTTLExpiration testTTLExpiration ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:826 Static
test This Context test This Context ( ) : Promise < void > Returns Promise < void > Defined in packages/ts_common/dist/apis/cache.d.ts:846
Test functions for the memoization functionality.