org.hibernate.cache
Interface QueryCacheFactory

All 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(java.lang.String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, java.util.Properties props)
           
 

Method Detail

getQueryCache

QueryCache getQueryCache(java.lang.String regionName,
                         UpdateTimestampsCache updateTimestampsCache,
                         Settings settings,
                         java.util.Properties props)
                         throws HibernateException
Throws:
HibernateException


Copyright © 2008 Hibernate.org. All Rights Reserved.