arch-android

//Android/br.com.arch.toolkit.android.storage.keyValue

Package-level declarations

Types

Name Summary
KeyValueStorage [android]
interface KeyValueStorage
Generic key-value storage abstraction used across the toolkit.
MemoryStorage [android]
class MemoryStorage : KeyValueStorage
An in-memory implementation of KeyValueStorage.
SharedPrefStorage [android]
sealed class SharedPrefStorage : KeyValueStorage
An implementation of KeyValueStorage that uses SharedPreferences for persistence.