@PublicSpi
public interface CacheableContextProvider
extends com.atlassian.plugin.web.ContextProvider
ContextProvider
s will be wrapped with CacheableContextProviderDecorator
on creation
in JiraWebFragmentHelper
, and have ContextProvider.getContextMap(java.util.Map)
invocation results cached
in the request.Modifier and Type | Method and Description |
---|---|
String |
getUniqueContextKey(Map<String,Object> context)
Return a key that is unique for the scope that this context should be scoped.
|
String getUniqueContextKey(Map<String,Object> context)
context
- the context passed into the getContextMap method.Copyright © 2002-2019 Atlassian. All Rights Reserved.