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 simple, in-memory cache implementation of the BlockHeightSwCache