C# 클래스 BridgeStack.ApiMethodEnumHelpers

ApiMethodEnum extensions.
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
GetCacheLifeSpan ( this method, IStackClient client ) : TimeSpan?

Gets the life span for cache items based on the extended ApiMethodEnum member.

메소드 상세

GetCacheLifeSpan() 공개 정적인 메소드

Gets the life span for cache items based on the extended ApiMethodEnum member.
public static GetCacheLifeSpan ( this method, IStackClient client ) : TimeSpan?
method this The API method for which to calculate the cache life span.
client IStackClient The governing instance.
리턴 TimeSpan?