Do you suggest to introduce it in general configuration? Why not introduce
it only on platform side? Is there any .NET-specific configuration?

Best Regards,
Igor


On Tue, Feb 18, 2020 at 1:10 AM Pavel Tupitsyn <ptupit...@apache.org> wrote:

> 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