Class RequestBoundCacheFactory

java.lang.Object
com.atlassian.greenhopper.util.RequestBoundCacheFactory

@Service public class RequestBoundCacheFactory extends Object
Provides a little helper method to deal with JiraAuthenticationContextImpl.getRequestCache().
  • Constructor Details

    • RequestBoundCacheFactory

      public RequestBoundCacheFactory()
  • Method Details

    • getCache

      @Nonnull public <T, R> Map<T,R> getCache(@Nonnull String cacheKey)