[
https://issues.apache.org/jira/browse/IGNITE-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170880#comment-16170880
]
Bruno Barin commented on IGNITE-2786:
-------------------------------------
CacheErrorHandler is the Spring's interface to handle cache errors. This could
be instantiated and included in the ApplicationContext in SpringCacheManager
class. If we only cleanup caches at SpringCacheManager class, the
AbstractCacheInvoker will still hold a reference to cache map.
Could you please point me to an example to listen to Ignite events?
Cheers
> SpringCache doesn't survive client reconnect
> --------------------------------------------
>
> Key: IGNITE-2786
> URL: https://issues.apache.org/jira/browse/IGNITE-2786
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Affects Versions: 1.5.0.final
> Reporter: Valentin Kulichenko
>
> After a client disconnects and reconnects with new ID, Spring caching can't
> be used, because existing cache instance are closed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)