On Thu, Apr 30, 2015 at 3:27 PM, Ognen Duzlevski <[email protected]> wrote:
> This may not be a question for the dev list - can someone point me to a > javadoc explaining the close() method on a javax cache (and hence ignite > cache)? > > I have found (in a most unpleasant way ;) that .close() on a cache closes > the cache not only for the current client using it but for everyone > (basically deletes if off the ignite cluster). > Added this javadoc in "ignite-sprint-4" branch: Completely deletes the cache with all its data from the system on all cluster nodes. Should get into the next release. > > Thanks! >
