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). Thanks!
