#include <QxCache.h>
List of all members.
Detailed Description
Definition at line 61 of file QxCache.h.
Member Typedef Documentation
Constructor & Destructor Documentation
qx::cache::detail::QxCache::QxCache |
( |
| ) |
|
virtual qx::cache::detail::QxCache::~QxCache |
( |
| ) |
[virtual] |
Member Function Documentation
boost::any qx::cache::detail::QxCache::at |
( |
const QString & |
sKey | ) |
|
void qx::cache::detail::QxCache::clear |
( |
| ) |
|
bool qx::cache::detail::QxCache::contains |
( |
const QString & |
sKey | ) |
const |
long qx::cache::detail::QxCache::count |
( |
| ) |
const |
bool qx::cache::detail::QxCache::exist |
( |
const QString & |
sKey | ) |
const |
long qx::cache::detail::QxCache::getCurrCost |
( |
| ) |
const |
long qx::cache::detail::QxCache::getMaxCost |
( |
| ) |
const |
bool qx::cache::detail::QxCache::insert |
( |
const QString & |
sKey, |
|
|
const boost::any & |
anyObj, |
|
|
long |
lCost = 1 , |
|
|
const QDateTime & |
dt = QDateTime() |
|
) |
| |
long qx::cache::detail::QxCache::insertionCost |
( |
const QString & |
sKey | ) |
|
QDateTime qx::cache::detail::QxCache::insertionDateTime |
( |
const QString & |
sKey | ) |
|
bool qx::cache::detail::QxCache::isEmpty |
( |
| ) |
const |
bool qx::cache::detail::QxCache::remove |
( |
const QString & |
sKey | ) |
|
void qx::cache::detail::QxCache::setMaxCost |
( |
long |
l | ) |
|
long qx::cache::detail::QxCache::size |
( |
| ) |
const |
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 71 of file QxCache.h.
Current cost in cache.
Definition at line 74 of file QxCache.h.
Max cost before deleting object in cache.
Definition at line 73 of file QxCache.h.
Mutex => 'QxCache' is thread-safe.
Definition at line 72 of file QxCache.h.
The documentation for this class was generated from the following file:
- D:/Dvlp/_Perso/QxOrm/include/QxCommon/QxCache.h