当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
QueryCacheFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.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
public QueryCache getQueryCache(String regionName,
CacheProvider provider,
UpdateTimestampsCache updateTimestampsCache,
Properties props)
throws HibernateException
- Throws:
HibernateException