Skip to content

Support invalidateIf in the cache extension SPI #37

@karesti

Description

@karesti

Implement the

public Uni<Void> invalidateIf(Predicate<Object> predicate) {
     throw new UnsupportedOperationException("Not supported operation");
}

Requires 15.2 or higher for proper performance using Clustered cache publisher.

https://github.com/infinispan/infinispan/blob/15.2.x/core/src/main/java/org/infinispan/CachePublisher.java
https://github.com/infinispan/infinispan/blob/15.2.x/core/src/main/java/org/infinispan/CachePublisher.java#L25

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions