RequestCache.get

Search cache by request in memory.

class RequestCache
bool
get

Parameters

req RpcRequest

RPC request

res RpcResponse

if cache found in memory, res will be assigned

Return Value

Type: bool

true, if found in memory, otherwise returns false

Meta