5 #ifndef CUTELYSTMEMCACHEDSESSIONSTORE_H
6 #define CUTELYSTMEMCACHEDSESSIONSTORE_H
8 #include <Cutelyst/Plugins/Session/session.h>
9 #include <Cutelyst/Plugins/memcachedsessionstore_export.h>
14 class MemcachedSessionStorePrivate;
98 const QVariant &defaultValue)
override;
100 bool storeSessionData(
Context *c,
107 bool deleteExpiredSessions(
Context *c, quint64 expires)
override;
116 std::unique_ptr<MemcachedSessionStorePrivate> d_ptr;
The Cutelyst application.
Memcached based session store.
Abstract class to create a session store.
The Cutelyst namespace holds all public Cutelyst API.