tomcatmurr
tomcatmurr
Thanks for quick reply. I am a bit confused as your getMany is actually focused on retrieving/caching multiple keys, or, with db example, something like this: select('*').whereIn('id', keys.map(parseInt)). I am...
Ok, imagine trivial scenario, let's say I have news entity, and I want various news collections for frontpage (3 items for instance), latest (10), latest per region (5 regions x...
Thanks, will try it. By making `DataSource` interface less strict I thought of making `getMany` optional.
@kibertoad, thanks for your assistance, everything works like a charm. Greetings from Kharkiv)