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

getObject

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

Overrides Cache.getObject

Returns a object with the given key.

Parameters

T - the type of object being fetched.