Uses of Interface
org.ehcache.spi.persistence.StateRepository
Packages that use StateRepository
Package
Description
PersistableResourceService and other persistence
related SPI.Serializer SPI in Ehcache.-
Uses of StateRepository in org.ehcache.spi.persistence
Methods in org.ehcache.spi.persistence that return StateRepositoryModifier and TypeMethodDescriptionPersistableResourceService.getStateRepositoryWithin(PersistableResourceService.PersistenceSpaceIdentifier<?> identifier, 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 StateRepositoryModifier and TypeMethodDescriptionvoidStatefulSerializer.init(StateRepository stateRepository) This method is used to inject aStateRepositoryto the serializer by the authoritative tier of a cache during the cache initialization.