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