public class SharedObjectCache extends Object implements org.jboss.weld.bootstrap.api.BootstrapService
Constructor and Description |
---|
SharedObjectCache() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
cleanupAfterBoot() |
<K,V> Map<K,V> |
getSharedMap(Map<K,V> map) |
<T> Set<T> |
getSharedSet(Set<T> set) |
LazyValueHolder<Set<Type>> |
getTypeClosureHolder(Type type) |
static SharedObjectCache |
instance(BeanManagerImpl manager) |
public static SharedObjectCache instance(BeanManagerImpl manager)
public LazyValueHolder<Set<Type>> getTypeClosureHolder(Type type)
public void cleanupAfterBoot()
cleanupAfterBoot
in interface org.jboss.weld.bootstrap.api.BootstrapService
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2016. All rights reserved.