type SessionData = Arc<RwLock<LruCache<Uuid, Arc<RwLock<Session>>>>>;
struct SessionData { /* private fields */ }