Interface Configuration<K,V,F>
-
- Type Parameters:
I- the bean identifier typeK- the cache key typeV- the cache value typeF- the factory type
public interface Configuration<K,V,F>Exposes the configuration common to beans and bean groups.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.Cache<K,V>getCache()FgetFactory()
-