Uses of Class
org.ehcache.CachePersistenceException
Packages that use CachePersistenceException
Package
Description
Main Ehcache API, including
cache managers and
caches.PersistableResourceService and other persistence
related SPI.-
Uses of CachePersistenceException in org.ehcache
Methods in org.ehcache that throw CachePersistenceExceptionModifier and TypeMethodDescriptionvoidPersistentCacheManager.destroy()Destroys all persistent data associated with thisPersistentCacheManager.voidPersistentUserManagedCache.destroy()Destroys all persistent data structures for thisPersistentUserManagedCache.voidPersistentCacheManager.destroyCache(String alias) Destroys all data persistent data associated with the aliasedCacheinstance managed by thisCacheManager. -
Uses of CachePersistenceException in org.ehcache.spi.persistence
Methods in org.ehcache.spi.persistence that throw CachePersistenceExceptionModifier and TypeMethodDescriptionvoidDestroys the persistence space with the given name.voidPersistableResourceService.destroyAll()Destroys all persistence spaces.PersistableResourceService.getPersistenceSpaceIdentifier(String name, CacheConfiguration<?, ?> config) Returns aPersistableResourceService.PersistenceSpaceIdentifierfor the space associated to the provided arguments.PersistableResourceService.getStateRepositoryWithin(PersistableResourceService.PersistenceSpaceIdentifier<?> identifier, String name) Returns a namedstate repositoryin the context of the givenidentifier.voidPersistableResourceService.releasePersistenceSpaceIdentifier(PersistableResourceService.PersistenceSpaceIdentifier<?> identifier) Releases a previously obtainedPersistableResourceService.PersistenceSpaceIdentifier.