Igniters,

I'm working on .NET Near Cache feature [1]
(storing deserialized cache entries in CLR memory to improve performance).

Implementation is based on Java near cache, with some callbacks to .NET
side
for updating and invalidating cached entries.

However, I'd like to make this feature optional: enabling Java near cache
should not
always enable .NET near cache - some users may have mixed clusters, etc.

Therefore I'm adding NearCacheConfiguration#platformNearCacheEnabled
boolean flag.
Are there any objections or better ideas to configure this behavior?

Thanks,
Pavel

[1] https://issues.apache.org/jira/browse/IGNITE-12691

Reply via email to