package
0.0.0-20201027173521-df1ffc243217
Repository: https://github.com/tomarrell/lbadd.git
Documentation: pkg.go.dev
# Functions
NewLRUCache creates a new LRU cache with the given size and secondary storage to write dirty pages to.
# Interfaces
Cache describes a page cache that caches pages from a secondary storage.
SecondaryStorage is the abstraction that a cache uses, to synchronize dirty pages with secondary storage.