Open luckyguido opened 6 years ago
I'm trying to implement a cache but following the example on the doc it seems that context.criteria is always null on the list.fetch.before milestone. The suggested cache implementation pattern is not working.
context.criteria
list.fetch.before
I'm trying to implement a cache but following the example on the doc it seems that
context.criteria
is always null on thelist.fetch.before
milestone. The suggested cache implementation pattern is not working.