contains

abstract fun contains(key: String): Boolean(source)

Check's if this properties exists in the cache

Return

True if the item exists, false otherwise

Parameters

key

The key of the item


abstract fun contains(key: String, cacheId: CacheIds): Boolean(source)

Check's if this properties exists in the cache and value exists

Return

True if the item exists, false otherwise

Parameters

key

The key of the item

cacheId

The id of the cache