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