Interface FlagAffectedStore<K,​V>

  • All Superinterfaces:
    CacheLoader<K,​V>, CacheWriter<K,​V>, ExternalStore<K,​V>, org.infinispan.commons.api.Lifecycle
    All Known Implementing Classes:
    RemoteStore

    public interface FlagAffectedStore<K,​V>
    extends ExternalStore<K,​V>
    Implemented by stores that can skip writes based on certain flags present in the invocation.
    Since:
    9.0
    • Method Detail

      • shouldWrite

        boolean shouldWrite​(long commandFlags)