#include <QxCache.h>
List of all members.
Detailed Description
Definition at line 57 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
qx::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 qx::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
Current cost in cache.
Definition at line 70 of file QxCache.h.
Max cost before deleting object in cache.
Definition at line 69 of file QxCache.h.
Mutex => 'QxCache' is thread-safe.
Definition at line 68 of file QxCache.h.
The documentation for this class was generated from the following file:
- C:/Dev/_Perso/QxOrm/include/QxCommon/QxCache.h