CacheImpl

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addProperties(propertyIdentifier: String, values: Collection<String>?)

Adds values to the property. When the property is not yet present it will be added. No duplicates allowed.

Link copied to clipboard

Clears the properties.

Link copied to clipboard
fun removeProperty(propertyIdentifier: String)

Removes the property from the cache.

Link copied to clipboard
fun save(context: Context, fileName: String?)
Link copied to clipboard
fun setProperties(propertyIdentifier: String, values: Collection<String>?)

Sets the values for a property. Old values are removed, so after the call the property will have exactly the values as passed in the values list.

Link copied to clipboard