00001 #ifndef __OP_CacheInfo__ 00002 #define __OP_CacheInfo__ 00003 00004 #include "OP_API.h" 00005 00006 class OP_API OP_CacheInfo 00007 { 00008 public: 00009 long myCurrentSize; 00010 long myMemoryBytes; 00011 }; 00012 00013 #endif