Class DataStore<T>
java.lang.Object
dev.upcraft.sparkweave.api.util.data.DataStore<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanisStale()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.tryGet()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DataStore
Deprecated, for removal: This API element is subject to removal in a future version. -
DataStore
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLastRefresh
Deprecated, for removal: This API element is subject to removal in a future version. -
isStale
public boolean isStale()Deprecated, for removal: This API element is subject to removal in a future version. -
refresh
Deprecated, for removal: This API element is subject to removal in a future version. -
tryGet
Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
onRefresh
Deprecated, for removal: This API element is subject to removal in a future version.
-