1
ASP.NET MVC 응용 프로그램에서 OutputCacheProvider
클래스를 구현하여 사용자 지정 출력 캐시 공급자를 만들고 있습니다. 아래 방법에서 사용자 지정 출력 캐시 공급자
public override object Add(string key, object entry, DateTime expiryDate)
{
//
}
public override void Set(string key, object entry, DateTime expiryDate)
{
//
}
expiryDate
가 UTC 시간 또는 서버에?