CacheKey

constructor(typename: String, values: List<String>)

Builds a CacheKey from a typename and a list of Strings.

This can be used for the common case where CacheKey use typename as a namespace and values as a path.


constructor(typename: String, vararg values: String)

Builds a CacheKey from a typename and a list of Strings.

This can be used for the common case where CacheKey use typename as a namespace and values as a path.


constructor(key: String)

Parameters

key

The key of the object in the cache. The key must be globally unique.