K
- the cache key typeV
- the cache value typepublic interface CacheFactoryBuilderRegistry<K,V extends Identifiable<K>>
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
CacheFactoryBuilder<K,V> bulder) |
Set<String> |
getBuilderNames() |
Collection<CacheFactoryBuilder<K,V>> |
getBuilders() |
void |
remove(String name) |
Collection<CacheFactoryBuilder<K,V>> getBuilders()
void add(String name, CacheFactoryBuilder<K,V> bulder)
void remove(String name)
Copyright © 2016 JBoss by Red Hat. All rights reserved.