7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Core.Cerberos.Infraestructure.Caching.Configs
 | |
| {
 | |
|     public class CacheSettings
 | |
|     {
 | |
|         public int DefaultCacheDurationInMinutes { get; set; }
 | |
|     }
 | |
| } | 
