Last date modified: 2025-Nov-26

Function: isAsyncExpirationCache()

isAsyncExpirationCache<T>(val): val is IAsyncExpirationCache<T>

Type guard to check if a value is an instance of IAsyncExpirationCache

Type Parameters

Textendsobject

Parameters

val: unknown

Value to check

Returns

val is IAsyncExpirationCache<T>

true if the value is an instance of IAsyncExpirationCache, false otherwise

Return to top of the page
Feedback