public interface DiskResourceService
extends org.ehcache.spi.persistence.PersistableResourceService
| Modifier and Type | Method and Description |
|---|---|
FileBasedPersistenceContext |
createPersistenceContextWithin(org.ehcache.spi.persistence.PersistableResourceService.PersistenceSpaceIdentifier<?> identifier,
java.lang.String name)
Creates a new persistence context within the given space.
|
FileBasedPersistenceContext createPersistenceContextWithin(org.ehcache.spi.persistence.PersistableResourceService.PersistenceSpaceIdentifier<?> identifier, java.lang.String name) throws org.ehcache.CachePersistenceException
identifier - space to create withinname - name of the context to createFileBasedPersistenceContextorg.ehcache.CachePersistenceException