CMS 3D CMS Logo

ESSourceDataProxyConcurrentBase Class Reference

#include "FWCore/Framework/interface/ESSourceDataProxyConcurrentBase.h"

Detailed Description

Description: Base class for DataProxies for ESSources that require no synchronization

Usage: The ESSourceDataProxyConcurrentBase allows DataProxies from the same ESSource to be called concurrently.

NOTE: if inheriting classes override void invalidateCache() they must be sure to call this classes implementation as part of the call.