Uses of Class
org.infinispan.spring.common.provider.SpringCache
-
-
Uses of SpringCache in org.infinispan.spring.common.session
Fields in org.infinispan.spring.common.session declared as SpringCache Modifier and Type Field Description protected SpringCache
AbstractInfinispanSessionRepository. cache
protected SpringCache
AbstractApplicationPublisherBridge. eventSource
Constructors in org.infinispan.spring.common.session with parameters of type SpringCache Constructor Description AbstractApplicationPublisherBridge(SpringCache eventSource)
AbstractInfinispanSessionRepository(SpringCache cache, AbstractApplicationPublisherBridge eventsBridge)
-
Uses of SpringCache in org.infinispan.spring.embedded.provider
Methods in org.infinispan.spring.embedded.provider that return SpringCache Modifier and Type Method Description SpringCache
SpringEmbeddedCacheManager. getCache(java.lang.String name)
-
Uses of SpringCache in org.infinispan.spring.embedded.session
Constructors in org.infinispan.spring.embedded.session with parameters of type SpringCache Constructor Description EmbeddedApplicationPublishedBridge(SpringCache eventSource)
InfinispanEmbeddedSessionRepository(SpringCache cache)
Creates new repository based onSpringCache
-
Uses of SpringCache in org.infinispan.spring.remote.provider
Methods in org.infinispan.spring.remote.provider that return SpringCache Modifier and Type Method Description SpringCache
SpringRemoteCacheManager. getCache(java.lang.String name)
-
Uses of SpringCache in org.infinispan.spring.remote.session
Constructors in org.infinispan.spring.remote.session with parameters of type SpringCache Constructor Description InfinispanRemoteSessionRepository(SpringCache cache)
Creates new repository based onSpringCache
RemoteApplicationPublishedBridge(SpringCache eventSource)
-