public class

OsgiPersistentCacheFactory

extends Object
implements FactoryBean
java.lang.Object
   ↳ com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory

Class Overview

Factory to create the OSGi persistent cache, as it needs to be aware of the Confluence Home location before it is constructed.

Summary

Public Constructors
OsgiPersistentCacheFactory(PluginDirectoryProvider pluginDirectoryProvider)
Public Methods
Object getObject()
Class<OsgiPersistentCache> getObjectType()
boolean isSingleton()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.FactoryBean

Public Constructors

public OsgiPersistentCacheFactory (PluginDirectoryProvider pluginDirectoryProvider)

Public Methods

public Object getObject ()

Throws
Exception

public Class<OsgiPersistentCache> getObjectType ()

public boolean isSingleton ()