SnapshotStore

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def inMem[F[_] : Async, S](size: Int): F[SnapshotStore[F, S]]
def persisted[F[_], S](store: SnapshotPersistence[F, S], size: Int, maxBuffer: Int, maxWait: FiniteDuration, flushOnExit: Boolean)(using F: Async[F]): Resource[F, SnapshotStore[F, S]]