Uses of Interface
com.atlassian.confluence.cache.spring.BeanNameCacheResult
-
Packages that use BeanNameCacheResult Package Description com.atlassian.confluence.cache.spring -
-
Uses of BeanNameCacheResult in com.atlassian.confluence.cache.spring
Methods in com.atlassian.confluence.cache.spring that return BeanNameCacheResult Modifier and Type Method Description BeanNameCacheResult
BeanNameTypeCache. get(Class type, boolean includeNonSingletons, boolean allowEagerInit)
Get the value stored against the key made of the parameters passed.BeanNameCacheResult
BeanNameTypeCache. put(Class type, boolean includeNonSingletons, boolean allowEagerInit, String[] value)
Put a new value into the cache.
-