Uses of Class
org.ehcache.Status
-
Packages that use Status Package Description org.ehcache Main Ehcache API, includingcache managersandcaches. -
-
Uses of Status in org.ehcache
Methods in org.ehcache that return Status Modifier and Type Method Description StatusCacheManager. getStatus()Returns the currentStatusof thisCacheManager.StatusUserManagedCache. getStatus()Returns the currentStatusof thisUserManagedCache.static StatusStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-