binny.stacked

Type members

Classlikes

final class StackedBinaryStore[F[_]] extends BinaryStore[F]

A utility to chain stores. The first store in the given list is the "main" store. It will be used for all read operations. Write operations happen first on the main store and if successful they are applied to all others.

A utility to chain stores. The first store in the given list is the "main" store. It will be used for all read operations. Write operations happen first on the main store and if successful they are applied to all others.

Companion:
object
Companion:
class