5 #ifndef CUTELYSTMEMCACHEDSESSIONSTORE_H 6 #define CUTELYSTMEMCACHEDSESSIONSTORE_H 8 #include <Cutelyst/Plugins/Session/session.h> 9 #include <Cutelyst/cutelyst_global.h> 14 class MemcachedSessionStorePrivate;
94 virtual bool storeSessionData(
Context *c,
101 virtual bool deleteExpiredSessions(
Context *c, quint64 expires)
final;
107 void setGroupKey(
const QString &groupKey);
115 #endif // CUTELYSTMEMCACHEDSESSIONSTORE_H Memcached based session store.
The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst Application.