Uses of Enum
wbs.utils.util.database.AbstractDataManager.VolatileCacheType
Packages that use AbstractDataManager.VolatileCacheType
Package
Description
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
Uses of AbstractDataManager.VolatileCacheType in wbs.utils.util.database
Fields in wbs.utils.util.database declared as AbstractDataManager.VolatileCacheTypeModifier and TypeFieldDescriptionprotected AbstractDataManager.VolatileCacheTypeAbstractDataManager.volatileCacheTypeRepresents which caching type to use for the volatile cache.Methods in wbs.utils.util.database that return AbstractDataManager.VolatileCacheTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractDataManager.VolatileCacheType.values()Returns an array containing the constants of this enum type, in the order they are declared.