NoOpCache

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun get(key: String): String?

Look up the key that was previously saved.

Link copied to clipboard
open override fun set(key: String, value: String)

Save a value with the associated key.