tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IIdentityCache.cs
Go to the documentation of this file.
1using System;
2
4
6{
10 public interface IIdentityCache
11 {
18 void CacheSystemIdentity(User user, ISystemIdentity systemIdentity, DateTimeOffset expiry);
19
26 }
27}
void 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.