Also, `memoized` is not documented (and doesnt wor...
# spek
o
Also,
memoized
is not documented (and doesnt work with
CachingMode.GROUP
for
on
) on 1.1.5 – is it intended to use only starting from 2.x release?
r
@Oleksii Malovanyi that should work with on, what is the problem?
o
it doesn’t work (cause
on
is not a
Group
)
r
How do you expect it to work? Can you give an example of what you are trying to achieve?
o
I’ve expected to have a new instance every
on
with
CachingMode.Group
. Nevertheless wrapping
on
with
describe
kinda works and looks decent for me
r
Can you give an example?