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 © null-null Red Hat Middleware, LLC. All Rights Reserved