You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I would like to thank you for CacheOutput library which is really helpful. Currently it is possible to set caching time in seconds only. This is fine for most of cases, but it becomes a problem when you want to set timeout lower than second. My suggestion is to add another two properties (for server and client) of type TimeSpan to the CacheOutputAttribute class. I did a quick code overview and it should not be a big deal to make this working. if this is wanted I am open to implement it and share pull request with the community.
The text was updated successfully, but these errors were encountered:
First of all I would like to thank you for CacheOutput library which is really helpful. Currently it is possible to set caching time in seconds only. This is fine for most of cases, but it becomes a problem when you want to set timeout lower than second. My suggestion is to add another two properties (for server and client) of type
TimeSpan
to theCacheOutputAttribute
class. I did a quick code overview and it should not be a big deal to make this working. if this is wanted I am open to implement it and share pull request with the community.The text was updated successfully, but these errors were encountered: