//Android/br.com.arch.toolkit.android.util/ThresholdData/get
[android]
fun get(storageName: String, name: String): T?
Returns the cached value for the informed scope.
If the entry is expired or the scope does not match, this cache is cleared and null is returned.