1 #ifndef __GEMFIRE_CACHESTATISTICS_H__ 2 #define __GEMFIRE_CACHESTATISTICS_H__ 11 #include "gfcpp_globals.hpp" 62 virtual uint32_t getLastModifiedTime()
const;
83 virtual uint32_t getLastAccessedTime()
const;
87 virtual void setLastAccessedTime(uint32_t lat);
88 virtual void setLastModifiedTime(uint32_t lmt);
90 volatile uint32_t m_lastAccessTime;
91 volatile uint32_t m_lastModifiedTime;
93 friend class LocalRegion;
97 #endif //ifndef __GEMFIRE_CACHESTATISTICS_H__
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31
Defines common statistical information for both the region and its entries.
Definition: CacheStatistics.hpp:31