Class OsgiPersistentCacheFactory
java.lang.Object
com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
@Deprecated(since="9.3",
forRemoval=true)
public class OsgiPersistentCacheFactory
extends Object
implements org.springframework.beans.factory.FactoryBean
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. No replacement
Factory to create the OSGi persistent cache, as it needs to be aware of the Confluence Home location before
it is constructed.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionOsgiPersistentCacheFactory
(PluginDirectoryProvider pluginDirectoryProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Class<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
OsgiPersistentCacheFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean
- Throws:
Exception
-
getObjectType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean
-