fun <T : Any> getFromCache(id: Id<T>, type: String): T?
Returns the value for specified id and type. If no value exists, null is returned.