Thank you, very much.

On Aug 14, 2017 22:22, "afedotov" <alexander.fedot...@gmail.com> wrote:

> Hi,
>
> You are right, *load* method is called when there is a miss in a cache.
> putIfAbsent is supported by IgniteCache out of the box. I'm afraid that
> there is no simple way to achieve what
> a CacheStore offers. With any other approach, you would have to sacrifice
> read/write-through behavior.
>
>
> Kind regards,
> Alex.
>
> On Sat, Aug 12, 2017 at 8:39 AM, daniels [via Apache Ignite Users] <[hidden
> email] <http:///user/SendEmail.jtp?type=node&node=16177&i=0>> wrote:
>
>> Thank you,very much.
>>
>> And one more question, The  load method  of cacheLoader is called when I
>> do get from cache with the key which does not exists. Isn't it?
>>
>>  Isnt it solution without passing chacheLoader   -I do get and if the key
>> is  absent ,do put that key in the cache,in other words do  putIfAbsent but
>>  in my code ?
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://apache-ignite-users.70518.x6.nabble.com/PeerClassLoad
>> ing-example-using-cacheLoaders-tp16136p16149.html
>> To start a new topic under Apache Ignite Users, email [hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=16177&i=1>
>> To unsubscribe from Apache Ignite Users, click here.
>> NAML
>> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> ------------------------------
> View this message in context: Re: PeerClassLoading example using
> cacheLoaders
> <http://apache-ignite-users.70518.x6.nabble.com/PeerClassLoading-example-using-cacheLoaders-tp16136p16177.html>
> Sent from the Apache Ignite Users mailing list archive
> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
>

Reply via email to