Class VCacheFactoryBean
java.lang.Object
com.atlassian.confluence.impl.vcache.VCacheFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.atlassian.vcache.VCacheFactory>
public class VCacheFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<com.atlassian.vcache.VCacheFactory>
A Spring
FactoryBean
which creates a VCacheFactory
suitable for use by Confluence.- Since:
- 5.10
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionVCacheFactoryBean
(com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, VCacheRequestContextManager requestContextManager, VCacheFlusher flusher) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.vcache.VCacheFactory
boolean
-
Constructor Details
-
VCacheFactoryBean
public VCacheFactoryBean(com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, VCacheRequestContextManager requestContextManager, VCacheFlusher flusher) - Since:
- 9.0
-
-
Method Details
-
getObject
public com.atlassian.vcache.VCacheFactory getObject()- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.vcache.VCacheFactory>
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.vcache.VCacheFactory>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.vcache.VCacheFactory>
-