Skip to content

Commit 09120c0

Browse files
maca88fredericDelaporte
authored andcommitted
Added support for batching 2nd level cache operations when loading entities and collections (#1633)
1 parent ac39173 commit 09120c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4858
-283
lines changed

src/AsyncGenerator.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
- conversion: ToAsync
108108
rule: EventListener
109109
- conversion: ToAsync
110-
rule: ICache
110+
rule: Cache
111111
typeConversion:
112112
- conversion: Ignore
113113
name: EnumerableImpl
@@ -134,7 +134,7 @@
134134
- parameter: Required
135135
requiresCancellationToken:
136136
- rule: EventListener
137-
- rule: ICache
137+
- rule: Cache
138138
scanMethodBody: true
139139
scanForMissingAsyncMembers:
140140
- all: true
@@ -267,7 +267,9 @@ methodRules:
267267
name: Lock
268268
- containingType: NHibernate.Cache.ICache
269269
name: Unlock
270-
name: ICache
270+
- containingType: NHibernate.Cache.IBatchableReadOnlyCache
271+
- containingType: NHibernate.Cache.IBatchableCache
272+
name: Cache
271273
- filters:
272274
- containingNamespace: NHibernate
273275
- containingType: NHibernate.Tool.hbm2ddl.SchemaUpdate

0 commit comments

Comments
 (0)