Hi, I don't find any official document about it.
There are several state relevant methods in `TriggerContext`. I believe it's absolutely safe to use state in `Trigger` through `TriggerContext`. Regarding to `Evictor`, there is no such methods in `EvictorContext`. After taking a glance on relevant codes, I guess it's OK for now. But I suggest do not manipulate state in `Evictor` until there is an official guarantee. BTW, I'm just wondering why do you want to manipulate state in `Evictor`? If your requirement is reasonable, maybe we could support it officially. M Singh <mans2si...@yahoo.com> 于2019年7月14日周日 下午9:07写道: > Hi: > > Is it safe to manipulate the state of an object in the evictor or trigger > ? Are there any best practices/dos and don't on this ? > > Thanks >