type of value stored in cache, defaults to any
.
checks whether cache has any value stored for given cache key
returns value for the key and exact blockHeight
returns latest value stored for given key
returns cached value for the highest available in cache block that is not higher than blockHeight
.
puts new value in cache under given {@link BlockHeightKey.key} and BlockHeightKey.blockHeight.
Generated using TypeDoc
A cache that stores its values depending on block height (eg.: contract's state cache). See BsonFileBlockHeightSwCache or MemBlockHeightSwCache