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
getQueryCache
QueryCache getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props)
throws HibernateException
- Throws:
HibernateException
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.