Package org.infinispan.cache.impl
Class Caches
- java.lang.Object
-
- org.infinispan.cache.impl.Caches
-
public class Caches extends Object
Utility methods for dealing with caches.- Since:
- 9.0
- Author:
- Dan Berindei
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
Cache<K,V>getCacheWithFlags(Cache<K,V> cache, FlagAffectedCommand command)
-
-
-
Method Detail
-
getCacheWithFlags
public static <K,V> Cache<K,V> getCacheWithFlags(Cache<K,V> cache, FlagAffectedCommand command)
-
-