public interface

HibernateCacheFactory

com.atlassian.confluence.cache.hibernate.HibernateCacheFactory
Known Indirect Subclasses

Class Overview

Factory for instantiating hibernate cache classes which may differ based on the underlying cache implementation. The correct implementation of this factory should be provided by the bootstrap Spring context.

Summary

Public Methods
abstract CacheProvider getCacheProvider()
Gets a new instance of the configured hibernate cache provider
abstract CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy()
Gets a new instance of the configured hibernate Read/Write cache strategy

Public Methods

public abstract CacheProvider getCacheProvider ()

Gets a new instance of the configured hibernate cache provider

Returns
  • a hibernate cache provider instance

public abstract CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy ()

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

Returns
  • a hibernate read/write cache strategy