sdk.querycacheoptions
Home > @blaze-cardano/sdk > QueryCacheOptions
QueryCacheOptions type
Signature:
type QueryCacheOptions = {
ttlMs?: number;
maxEntries?: number;
now?: () => number;
};
Home > @blaze-cardano/sdk > QueryCacheOptions
Signature:
type QueryCacheOptions = {
ttlMs?: number;
maxEntries?: number;
now?: () => number;
};