• Preparing search index...
  • The search index is not available
@honua/sdk-js
  • @honua/sdk-js
  • query-planner
  • createColumnarBatchCache

Function createColumnarBatchCache

  • createColumnarBatchCache(storage, options?): ColumnarBatchCacheHandle
  • Experimental

    Bind the key, screening, integrity, freshness, and eviction logic to any ColumnarBatchCacheStorage.

    The returned handle never throws into a data path: a rejected backend call, a refused value, or a corrupt record settles as a miss or a refusal and reports a ColumnarBatchCacheDiagnosticV1, so a caller falls back to fetching rather than failing.

    Parameters

    • storage: ColumnarBatchCacheStorage
    • options: ColumnarBatchCacheOptions = {}

    Returns ColumnarBatchCacheHandle

    • Defined in work/honua-sdk-js/honua-sdk-js/src/columnar/batch-cache.ts:424

Settings

Member Visibility
@honua/sdk-js
  • Loading...

Generated using TypeDoc