Files
server/src/Core/Constants.cs

8 lines
132 B
C#

namespace Bit.Core
{
public static class Constants
{
public const string UserIdCacheKey = "User:Id_{0}";
}
}