Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ settings As Settings, _ props As IDictionary, _ updateTimestampsCache As UpdateTimestampsCache, _ regionName As String _ ) |
C# |
---|
public StandardQueryCache( Settings settings, IDictionary props, UpdateTimestampsCache updateTimestampsCache, string regionName ) |
Visual C++ |
---|
public: StandardQueryCache( Settings^ settings, IDictionary^ props, UpdateTimestampsCache^ updateTimestampsCache, String^ regionName ) |
JavaScript |
---|
NHibernate.Cache.StandardQueryCache = function(settings, props, updateTimestampsCache, regionName); |
Parameters
- settings
- Type: NHibernate.Cfg..::.Settings
- props
- Type: System.Collections..::.IDictionary
- updateTimestampsCache
- Type: NHibernate.Cache..::.UpdateTimestampsCache
- regionName
- Type: System..::.String