public interface QueryCacheFactory
Modifier and Type | Method and Description |
---|---|
QueryCache |
getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
SessionFactoryOptions settings,
Properties props)
Builds a named query cache.
|
QueryCache getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, SessionFactoryOptions settings, Properties props)
regionName
- The cache region nameupdateTimestampsCache
- The cache of timestamp values to use to perform up-to-date checks.settings
- The Hibernate SessionFactory settings.props
- Any properties.Copyright © 2016 JBoss by Red Hat. All rights reserved.