Uses of Class
org.infinispan.factories.scopes.Scopes
-
Packages that use Scopes Package Description org.infinispan.factories.scopes Scopes of components within the lifespan of a cache manager and its caches, and related utilities. -
-
Uses of Scopes in org.infinispan.factories.scopes
Methods in org.infinispan.factories.scopes that return Scopes Modifier and Type Method Description Scopes
value()
static Scopes
Scopes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Scopes[]
Scopes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-