Uses of Interface
com.atlassian.confluence.vcache.VCacheRequestContextOperations.Action
-
Packages that use VCacheRequestContextOperations.Action Package Description com.atlassian.confluence.impl.vcache com.atlassian.confluence.vcache -
-
Uses of VCacheRequestContextOperations.Action in com.atlassian.confluence.impl.vcache
Methods in com.atlassian.confluence.impl.vcache with parameters of type VCacheRequestContextOperations.Action Modifier and Type Method Description <T,X extends Throwable>
TDummyVCacheRequestContextOperations. doInRequestContext(VCacheRequestContextOperations.Action<T,X> action)
<T,X extends Throwable>
TDummyVCacheRequestContextOperations. doInRequestContext(String partitionIdentifier, VCacheRequestContextOperations.Action<T,X> action)
<T,X extends Throwable>
TVCacheRequestContextManager. doInRequestContext(VCacheRequestContextOperations.Action<T,X> action)
Executes the supplied action callback within a VCacheRequestContext
, using the system default partition identifier.<T,X extends Throwable>
TVCacheRequestContextManager. doInRequestContext(String partitionIdentifer, VCacheRequestContextOperations.Action<T,X> action)
Deprecated.since 6.0. -
Uses of VCacheRequestContextOperations.Action in com.atlassian.confluence.vcache
Methods in com.atlassian.confluence.vcache with parameters of type VCacheRequestContextOperations.Action Modifier and Type Method Description <T,X extends Throwable>
TVCacheRequestContextOperations. doInRequestContext(VCacheRequestContextOperations.Action<T,X> action)
Executes the supplied action callback within a VCacheRequestContext
, using the system default partition identifier.<T,X extends Throwable>
TVCacheRequestContextOperations. doInRequestContext(String partitionIdentifier, VCacheRequestContextOperations.Action<T,X> action)
Deprecated.since 6.0.
-