Interface BeanNameCacheResult


@Deprecated(forRemoval=true, since="9.3") public interface BeanNameCacheResult
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
Result of a call to the BeanNameTypeCache.get method. This is used to distinguish between caching null a look result and values not yet in the cache.
Since:
4.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the result stored in the cache.
  • Method Details

    • getResult

      String[] getResult()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the result stored in the cache. Note that this result can be null if no beans existed for the given key. Implementers should ensure that the modifications to the returned array does not influence the stored value.
      Returns:
      value of the result.