7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace DysonNetwork.Pass.Auth;
 | 
						|
 | 
						|
public static class AuthCacheConstants
 | 
						|
{
 | 
						|
    public const string Prefix = "auth:";
 | 
						|
}
 |