Brassaia.Backend
Backend defines functions only useful for creating new backends. If you are just using the library (and not developing a new backend), you should not use this module.
Backend
module Conf : module type of Conf
Backend configuration.
module Watch = Watch
module Lock = Lock
module Lru = Lru
module Slice = Slice
module Remote = Remote
module type S = Backend.S
The modules that define a complete Brassaia backend. Apply an implementation to Of_backend to create an Brassaia store.
Of_backend