tgstation-server 6.16.0
The /tg/station 13 server suite
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
IIdentityCache.cs
Go to the documentation of this file.
1using System;
2using System.Threading.Tasks;
3
5
7{
11 public interface IIdentityCache
12 {
20 ValueTask CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry);
21
28 }
29}
ValueTask CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry)
Keep a user 's systemIdentity alive until an expiry time.
ISystemIdentity LoadCachedIdentity(User user)
Attempt to load a cached ISystemIdentity.
Represents a user on the current global::System.Runtime.InteropServices.OSPlatform.