5#ifndef CUTELYSTMEMCACHEDSESSIONSTORE_H
6#define CUTELYSTMEMCACHEDSESSIONSTORE_H
8#include <Cutelyst/Plugins/Session/session.h>
9#include <Cutelyst/cutelyst_global.h>
14class 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.
~MemcachedSessionStore() override
Abstract class to create a session store.
The Cutelyst namespace holds all public Cutelyst API.