public class SharedObjectCache extends Object implements org.jboss.weld.bootstrap.api.Service
Constructor and Description |
---|
SharedObjectCache() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
Type |
getResolvedType(Type type) |
<K,V> Map<K,V> |
getSharedMap(Map<K,V> map) |
<K,V> ArraySetMultimap<K,V> |
getSharedMultimap(ArraySetMultimap<K,V> map) |
<T> Set<T> |
getSharedSet(Set<T> set) |
Set<Type> |
getTypeClosure(Type type) |
public <K,V> ArraySetMultimap<K,V> getSharedMultimap(ArraySetMultimap<K,V> map)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2013 Seam Framework. All rights reserved.