To allow more efficient operations and simplify the API by using streams it should be possible to use stream operations for queries like this example:
cache.stream().filter("from MyObject where attr = 'bla' ").forEach(cache::delete)
- clones
-
ISPN-10340 Query-based stream filtering
- New