org.hibernate.cache

Interface QueryCacheFactory

Known Implementing Classes:
StandardQueryCacheFactory

public interface QueryCacheFactory

Defines a factory for query cache instances. These factories are responsible for creating individual QueryCache instances.
Author:
Steve Ebersole

Method Summary

QueryCache
getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)

Method Details

getQueryCache

public QueryCache getQueryCache(String regionName,
                                UpdateTimestampsCache updateTimestampsCache,
                                Settings settings,
                                Properties props)
            throws HibernateException