TimestampKeyRepositoryImpl

class TimestampKeyRepositoryImpl(metadataDAO: <Error class: unknown class>) : TimestampKeyRepository

Constructors

Link copied to clipboard
constructor(metadataDAO: <Error class: unknown class>)

Functions

Link copied to clipboard
open suspend override fun hasPassed(key: TimestampKeys, duration: <Error class: unknown class>): Either<StorageFailure, Boolean>
Link copied to clipboard
open suspend override fun reset(key: TimestampKeys): Either<StorageFailure, Unit>
Link copied to clipboard
open suspend override fun update(key: TimestampKeys, timestamp: <Error class: unknown class>): Either<StorageFailure, Unit>