public class

EhCacheHibernateCacheFactory

extends Object
implements HibernateCacheFactory
java.lang.Object
   ↳ com.atlassian.confluence.cache.ehcache.hibernate.EhCacheHibernateCacheFactory

Summary

Public Constructors
EhCacheHibernateCacheFactory()
Public Methods
CacheProvider getCacheProvider()
Gets a new instance of the configured hibernate cache provider
CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy()
Gets a new instance of the configured hibernate Read/Write cache strategy
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.cache.hibernate.HibernateCacheFactory

Public Constructors

public EhCacheHibernateCacheFactory ()

Public Methods

public CacheProvider getCacheProvider ()

Gets a new instance of the configured hibernate cache provider

Returns
  • a hibernate cache provider instance

public CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy ()

Gets a new instance of the configured hibernate Read/Write cache strategy

Returns
  • a hibernate read/write cache strategy