TreeFrogFramework: src/tcache.h Source File
Go to the documentation of this file.
12 bool set(const QByteArray &key, const QByteArray &value, int seconds);
13 QByteArray get(const QByteArray &key);
14 void remove(const QByteArray &key);
The TCacheStore class provides a listing of cache store interfaces.
Definition tcachestore.h:8
The TCache class stores items so that can be served faster.
Definition tcache.h:7
The TWebApplication class provides an event loop for TreeFrog applications.
Definition twebapplication.h:23
#define T_CORE_EXPORT
Definition tdeclexport.h:28
#define T_DISABLE_COPY(Class)
Definition tdeclexport.h:37
#define T_DISABLE_MOVE(Class)
Definition tdeclexport.h:41