You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/08/03 07:48:00 UTC

[jira] [Created] (IGNITE-5911) .NET: EntityFramework cache eager update

Pavel Tupitsyn created IGNITE-5911:
--------------------------------------

             Summary: .NET: EntityFramework cache eager update
                 Key: IGNITE-5911
                 URL: https://issues.apache.org/jira/browse/IGNITE-5911
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn


Ignite EntityFramework 2nd level cache invalidates cache entries when one of the related entity sets has been updated.

We can add an option to re-run affected queries and populate invalidated entries eagerly so that user queries hit the cache right away.

Command text is already stored as part of the cache key, so {{DbCache.InvalidateSets}} could retrieve affected keys and run queries.

User list thread:
http://apache-ignite-users.70518.x6.nabble.com/Ignite-NET-and-Entityframework-refresh-cached-queries-instead-of-invalidating-it-td15916.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)