ICacheEntry
Assembly: ServiceStack.Server.dll
View Source
Declaration
public interface ICacheEntry
Properties
Id
View Source
Declaration
string Id { get; set; }
Data
View Source
Declaration
string Data { get; set; }
ExpiryDate
View Source
Declaration
DateTime? ExpiryDate { get; set; }
CreatedDate
View Source
Declaration
DateTime CreatedDate { get; set; }
ModifiedDate
View Source
Declaration
DateTime ModifiedDate { get; set; }