Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetQueryCache ( _ regionName As String, _ updateTimestampsCache As UpdateTimestampsCache, _ settings As Settings, _ props As IDictionary _ ) As IQueryCache |
C# |
---|
IQueryCache GetQueryCache( string regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, IDictionary props ) |
Visual C++ |
---|
IQueryCache^ GetQueryCache( String^ regionName, UpdateTimestampsCache^ updateTimestampsCache, Settings^ settings, IDictionary^ props ) |
JavaScript |
---|
function getQueryCache(regionName, updateTimestampsCache, settings, props); |
Parameters
- regionName
- Type: System..::.String
- updateTimestampsCache
- Type: NHibernate.Cache..::.UpdateTimestampsCache
- settings
- Type: NHibernate.Cfg..::.Settings
- props
- Type: System.Collections..::.IDictionary