Package org.ehcache.spi.persistence
Interface PersistableResourceService.PersistenceSpaceIdentifier<T extends PersistableResourceService>
-
- Type Parameters:
T- the associated persistence service type
- All Superinterfaces:
ServiceConfiguration<T,java.lang.Void>
- Enclosing interface:
- PersistableResourceService
public static interface PersistableResourceService.PersistenceSpaceIdentifier<T extends PersistableResourceService> extends ServiceConfiguration<T,java.lang.Void>
An identifier for an existing persistable resource.
-
-
Method Summary
-
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration
build, compatibleWith, derive, getServiceType
-
-