public class ContainerEmbeddedCacheManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>
FactoryBean for creating a CacheManager for a pre-defined
CacheContainer.
Useful when the cache container is defined outside the application (e.g.
provided by the application server)| 构造器和说明 |
|---|
ContainerEmbeddedCacheManagerFactoryBean(org.infinispan.manager.EmbeddedCacheManager cacheContainer) |
public ContainerEmbeddedCacheManagerFactoryBean(org.infinispan.manager.EmbeddedCacheManager cacheContainer)
public org.springframework.cache.CacheManager getObject()
throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>Exceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<org.springframework.cache.CacheManager>Copyright © 2017 airlenet. All rights reserved.