using System; namespace VCommon.Caching { public class CacheExpire { public TimeSpan? Specified { get; set; } public DateTime? To { get; set; } } }