Module rcache::cache [] [src]

Structs

Cache

A thread safe wrapper around LruCache that synchronizes reads/writes via a single threaded worker that reads requests from a dequeue and pushes responses into a channel provided by the request (Work) payload.