Uses of Interface
org.ehcache.spi.persistence.StateRepository
-
Packages that use StateRepository Package Description org.ehcache.spi.persistence PersistableResourceServiceand other persistence related SPI.org.ehcache.spi.serialization SerializerSPI in Ehcache. -
-
Uses of StateRepository in org.ehcache.spi.persistence
Methods in org.ehcache.spi.persistence that return StateRepository Modifier and Type Method Description StateRepositoryPersistableResourceService. getStateRepositoryWithin(PersistableResourceService.PersistenceSpaceIdentifier<?> identifier, java.lang.String name)Returns a namedstate repositoryin the context of the givenidentifier. -
Uses of StateRepository in org.ehcache.spi.serialization
Methods in org.ehcache.spi.serialization with parameters of type StateRepository Modifier and Type Method Description voidStatefulSerializer. init(StateRepository stateRepository)This method is used to inject aStateRepositoryto the serializer by the authoritative tier of a cache during the cache initialization.
-