Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockHeightSwCache<V>

A cache that stores its values depending on block height (eg.: contract's state cache). See BsonFileBlockHeightSwCache or MemBlockHeightSwCache

Type parameters

  • V = any

    type of value stored in cache, defaults to any.

Hierarchy

  • BlockHeightSwCache

Implemented by

Index

Methods

contains

  • contains(key: string): Promise<boolean>

get

getLast

getLessOrEqual

put

Generated using TypeDoc