[ 
https://issues.apache.org/jira/browse/IGNITE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256230#comment-15256230
 ] 

Pavel Tupitsyn commented on IGNITE-2944:
----------------------------------------

You are right.
Clarification on near caches:
* Specifying `CacheConfiguration.NearCacheConfiguration` causes near caches to 
be created on server nodes (which host the cache itself)
* Using `CreateNearCache()` or `CreateCache()` with `NearCacheConfiguration` 
causes near cache to be created on local node (which may not have the cache at 
all due to being client, or being filtered by `CacheConfiguration.nodeFilter`)

> .NET: IIgnite.GetOrCreateNearCache
> ----------------------------------
>
>                 Key: IGNITE-2944
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2944
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: community
>             Fix For: 1.6
>
>
> Implement IIgnite.GetOrCreateNearCache (at least without EvictionPolicy).
> Eviction policy can be a set of predefined classes (same approach as with 
> IpFinder, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to