public interface

BeanNameCacheResult

com.atlassian.confluence.cache.spring.BeanNameCacheResult

Class Overview

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.

Summary

Public Methods
String[] getResult()
Returns the result stored in the cache.

Public Methods

public String[] getResult ()

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.