00001 #ifndef CondIter_CondCachedIter_h 00002 #define CondIter_CondCachedIter_h 00003 00004 00005 #include "CondCore/Utilities/interface/CondIter.h" 00006 00007 00008 template <class T> 00009 class CondCachedIter : public CondIter<T> { 00010 public: 00011 CondCachedIter() : CondIter<T>(true){} 00012 00013 }; 00014 00015 #endif