public class

ConfluenceCacheProvider

extends Object
implements CacheProvider
java.lang.Object
   ↳ com.atlassian.confluence.cache.hibernate.ConfluenceCacheProvider

Summary

Public Constructors
ConfluenceCacheProvider()
Public Methods
Cache buildCache(String regionName, Properties properties)
long nextTimestamp()
void start(Properties properties)
void stop()
[Expand]
Inherited Methods
From class java.lang.Object
From interface net.sf.hibernate.cache.CacheProvider

Public Constructors

public ConfluenceCacheProvider ()

Public Methods

public Cache buildCache (String regionName, Properties properties)

Throws
CacheException

public long nextTimestamp ()

public void start (Properties properties)

Throws
CacheException

public void stop ()