refs #756, use session user object

This commit is contained in:
Klaus Basan
2016-10-18 19:13:48 +02:00
parent 5ac701274b
commit 87e8465d6a

View File

@@ -30,6 +30,9 @@ namespace BlackCore
//! First load is synchronous
static constexpr bool isPinned() { return true; }
//! Session object
static constexpr bool isSession() { return true; }
//! Cache lifetime
static int timeToLive() { return 18 * 60 * 60 * 1000; }
};