suparnatural-cache / com.suparnatural.core.cache / Cache / getObject

getObject

abstract fun <T : Cacheable> getObject(key: String): T?

Returns a object with the given key.

Parameters

T - the type of object being fetched.