FakeSimpleStore

class FakeSimpleStore : SimpleStore

Constructors

Link copied to clipboard
open fun FakeSimpleStore()

Functions

Link copied to clipboard
open fun clear(): ListenableFuture<Void>
Link copied to clipboard
open fun close()
Link copied to clipboard
open fun contains(key: String): ListenableFuture<Boolean>
Link copied to clipboard
open fun deleteAllNow(): ListenableFuture<Void>
Link copied to clipboard
open fun get(key: String): ListenableFuture<Array<Byte>>
Link copied to clipboard
open fun getString(key: String): ListenableFuture<String>
Link copied to clipboard
open fun put(key: String, @Nullable value: Array<Byte>): ListenableFuture<Array<Byte>>
Link copied to clipboard
open fun putString(key: String, @Nullable value: String): ListenableFuture<String>
Link copied to clipboard
open fun remove(key: String): ListenableFuture<Void>

Properties

Link copied to clipboard
private open var failureType: Throwable