#include <QxCache.h>
List of all members.
Detailed Description
Definition at line 52 of file QxCache.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qx::cache::detail::QxCache::QxCache |
( |
| ) |
[inline] |
virtual qx::cache::detail::QxCache::~QxCache |
( |
| ) |
[inline, virtual] |
Member Function Documentation
boost::any qx::cache::detail::QxCache::at |
( |
const QString & |
sKey | ) |
[inline] |
void qx::cache::detail::QxCache::clear |
( |
| ) |
[inline] |
bool qx::cache::detail::QxCache::contains |
( |
const QString & |
sKey | ) |
const [inline] |
long qx::cache::detail::QxCache::count |
( |
| ) |
const [inline] |
bool qx::cache::detail::QxCache::exist |
( |
const QString & |
sKey | ) |
const [inline] |
long qx::cache::detail::QxCache::getCurrCost |
( |
| ) |
const [inline] |
long qx::cache::detail::QxCache::getMaxCost |
( |
| ) |
const [inline] |
bool qx::cache::detail::QxCache::insert |
( |
const QString & |
sKey, |
|
|
const boost::any & |
pObj, |
|
|
long |
lCost = 1 |
|
) |
| |
bool qx::cache::detail::QxCache::isEmpty |
( |
| ) |
const [inline] |
bool qx::cache::detail::QxCache::remove |
( |
const QString & |
sKey | ) |
|
void qx::cache::detail::QxCache::setMaxCost |
( |
long |
l | ) |
[inline] |
long qx::cache::detail::QxCache::size |
( |
| ) |
const [inline] |
void qx::cache::detail::QxCache::updateCost |
( |
| ) |
[private] |
Friends And Related Function Documentation
Member Data Documentation
List of objects in cache under boost::any format.
Definition at line 62 of file QxCache.h.
Current cost in cache.
Definition at line 65 of file QxCache.h.
Max cost before deleting object in cache.
Definition at line 64 of file QxCache.h.
Mutex => 'QxCache' is thread-safe.
Definition at line 63 of file QxCache.h.
The documentation for this class was generated from the following file:
- D:/Dvlp/_Perso/QxOrm/include/QxCommon/QxCache.h