public class VCacheFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
FactoryBean
which creates a VCacheFactory
suitable for use by Confluence.Constructor and Description |
---|
VCacheFactoryBean(com.atlassian.cache.CacheFactory cacheFactory,
com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider,
SynchronizationManager synchronizationManager,
VCacheRequestContextManager requestContextManager,
VCacheFlusher flusher) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.vcache.VCacheFactory |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public VCacheFactoryBean(com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, SynchronizationManager synchronizationManager, VCacheRequestContextManager requestContextManager, VCacheFlusher flusher)
public com.atlassian.vcache.VCacheFactory getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2003–2017 Atlassian. All rights reserved.