You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/01 15:26:31 UTC

[GitHub] [ignite] ptupitsyn opened a new pull request #7605: IGNITE-12691 .NET: Add native Near Cache

ptupitsyn opened a new pull request #7605: IGNITE-12691 .NET: Add native Near Cache
URL: https://github.com/apache/ignite/pull/7605
 
 
   Add .NET Near Cache:
   
   * When enabled, a local map (`ConcurrentDictionary<,>`) is created to store deserialized values on .NET side
   * Implementation is based on Java Near Cache: callbacks for updates and evictions keep the local map up-to-date
   * On server nodes, in addition to near cache entries, this local map stores all primary keys and their values

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [ignite] ptupitsyn merged pull request #7605: IGNITE-12691 .NET: Add native Near Cache

Posted by GitBox <gi...@apache.org>.
ptupitsyn merged pull request #7605: IGNITE-12691 .NET: Add native Near Cache
URL: https://github.com/apache/ignite/pull/7605
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services