| 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
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.springframework.beans.factory.FactoryBean
|
abstract
Object
|
getObject()
|
|
abstract
Class
|
getObjectType()
|
|
abstract
boolean
|
isSingleton()
|
|
Public Constructors
Public Methods
public
Class<OsgiPersistentCache>
getObjectType
()
public
boolean
isSingleton
()