#ignite-333: Remove flags from Javadocs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/92b23275 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/92b23275 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/92b23275 Branch: refs/heads/ignite-368 Commit: 92b23275d9026afc5a4300b433bedfc04f6d3bfa Parents: 18d48c1 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Thu Mar 12 15:40:00 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Thu Mar 12 15:40:00 2015 +0300 ---------------------------------------------------------------------- modules/core/src/main/java/org/apache/ignite/IgniteCache.java | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/92b23275/modules/core/src/main/java/org/apache/ignite/IgniteCache.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteCache.java b/modules/core/src/main/java/org/apache/ignite/IgniteCache.java index 4476670..0c680fe 100644 --- a/modules/core/src/main/java/org/apache/ignite/IgniteCache.java +++ b/modules/core/src/main/java/org/apache/ignite/IgniteCache.java @@ -414,8 +414,6 @@ public interface IgniteCache<K, V> extends javax.cache.Cache<K, V>, IgniteAsyncS * remote caches or from underlying persistent storage. * This method is not transactionally consistent. * Transactional semantics must be guaranteed outside of Ignite. - * <h2 class="header">Cache Flags</h2> - * This method is not available if flag {@link CacheFlag#READ} are set on projection. * * @param key Key to clear. * @return {@code True} if entry was successfully cleared from cache, {@code false} @@ -437,8 +435,6 @@ public interface IgniteCache<K, V> extends javax.cache.Cache<K, V>, IgniteAsyncS * remote caches or from underlying persistent storage. * This method is not transactionally consistent. * Transactional semantics must be guaranteed outside of Ignite. - * <h2 class="header">Cache Flags</h2> - * This method is not available if flag {@link CacheFlag#READ} are set on projection. * * @param keys Set of keys to clear. */ @@ -457,8 +453,6 @@ public interface IgniteCache<K, V> extends javax.cache.Cache<K, V>, IgniteAsyncS * remote caches or from underlying persistent storage. * This method is not transactionally consistent. * Transactional semantics must be guaranteed outside of Ignite. - * <h2 class="header">Cache Flags</h2> - * This method is not available if flag {@link CacheFlag#READ} are set on projection. */ public void localClear();