Uses of Class
org.infinispan.spring.provider.SpringEmbeddedCacheManager
-
Packages that use SpringEmbeddedCacheManager Package Description org.infinispan.spring.provider Spring Infinispan - An implementation of Spring's Cache SPI based on JBoss Infinispan.org.infinispan.spring.session.configuration -
-
Uses of SpringEmbeddedCacheManager in org.infinispan.spring.provider
Methods in org.infinispan.spring.provider that return SpringEmbeddedCacheManager Modifier and Type Method Description SpringEmbeddedCacheManagerSpringEmbeddedCacheManagerFactoryBean. getObject()Methods in org.infinispan.spring.provider that return types with arguments of type SpringEmbeddedCacheManager Modifier and Type Method Description Class<? extends SpringEmbeddedCacheManager>SpringEmbeddedCacheManagerFactoryBean. getObjectType() -
Uses of SpringEmbeddedCacheManager in org.infinispan.spring.session.configuration
Methods in org.infinispan.spring.session.configuration with parameters of type SpringEmbeddedCacheManager Modifier and Type Method Description InfinispanEmbeddedSessionRepositoryInfinispanEmbeddedHttpSessionConfiguration. sessionRepository(SpringEmbeddedCacheManager cacheManager, org.springframework.context.ApplicationEventPublisher eventPublisher)
-