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;
77 class CUTELYST_PLUGIN_MEMCACHEDSESSIONSTORE_EXPORT MemcachedSessionStore final :
public SessionStore
80 Q_DECLARE_PRIVATE(MemcachedSessionStore)
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;
121 #endif // CUTELYSTMEMCACHEDSESSIONSTORE_H Memcached based session store.
The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst application.