public class BeanNameTypeCache extends Object
Constructor and Description |
---|
BeanNameTypeCache() |
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears the cache.
|
BeanNameCacheResult |
get(Class type,
boolean includeNonSingletons,
boolean allowEagerInit)
Get the value stored against the key made of the parameters passed.
|
BeanNameCacheResult |
put(Class type,
boolean includeNonSingletons,
boolean allowEagerInit,
String[] value)
Put a new value into the cache.
|
public BeanNameCacheResult put(Class type, boolean includeNonSingletons, boolean allowEagerInit, String[] value)
type
- used as a composite key.includeNonSingletons
- used as a composite key.allowEagerInit
- used as a composite key.value
- value to store against the key, can be null.public BeanNameCacheResult get(Class type, boolean includeNonSingletons, boolean allowEagerInit)
type
- used as a composite key.includeNonSingletons
- used as a composite key.allowEagerInit
- used as a composite key.public void clearCache()
Copyright © 2003–2015 Atlassian. All rights reserved.