CachedRepository

edomata.backend.eventsourcing.CachedRepository
final class CachedRepository[F[_], S, E, R, N](underlying: Repository[F, S, E, R, N], cmds: CommandStore[F], snapshot: SnapshotStore[F, S])(implicit evidence$1: Concurrent[F]) extends Repository[F, S, E, R, N]

Attributes

Source
CachedRepository.scala
Graph
Supertypes
trait Repository[F, S, E, R, N]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def load(cmd: CommandMessage[_]): F[CommandState[S, E, R]]

Attributes

Source
CachedRepository.scala

Attributes

Source
CachedRepository.scala