C# Class BridgeStack.ApiMethodEnumHelpers

ApiMethodEnum extensions.
Afficher le fichier Open project: bevacqua/BridgeStack

Méthodes publiques

Méthode Description
GetCacheLifeSpan ( this method, IStackClient client ) : TimeSpan?

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

Method Details

GetCacheLifeSpan() public static méthode

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.
Résultat TimeSpan?