Skip to content

Commit 542245c

Browse files
committed
Added support for batching cache get operation
1 parent 7b66bd5 commit 542245c

30 files changed

+2842
-258
lines changed

src/AsyncGenerator.yml

Lines changed: 4 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
@@ -258,7 +258,8 @@ methodRules:
258258
name: Lock
259259
- containingType: NHibernate.Cache.ICache
260260
name: Unlock
261-
name: ICache
261+
- containingType: NHibernate.Cache.IBatchableReadCache
262+
name: Cache
262263
- filters:
263264
- containingNamespace: NHibernate
264265
- containingType: NHibernate.Tool.hbm2ddl.SchemaUpdate

0 commit comments

Comments
 (0)