Uses of Class
org.ehcache.StateTransitionException
-
Packages that use StateTransitionException Package Description org.ehcache Main Ehcache API, includingcache managersandcaches. -
-
Uses of StateTransitionException in org.ehcache
Methods in org.ehcache that throw StateTransitionException Modifier and Type Method Description voidCacheManager. close()Transitions thisCacheManagertoUNINITIALIZED.voidUserManagedCache. close()Transitions thisUserManagedCachetoUNINITIALIZED.voidCacheManager. init()Transitions thisCacheManagertoAVAILABLE.voidUserManagedCache. init()Transitions thisUserManagedCachetoAVAILABLE.
-