Allows configuration of the sliding expiration timespan for output caching.
The duration that API output should be cached, on a sliding expiration, once enabled. Default: 5 minutes
The default value can be set at an application level by adding a Twitterizer2.CacheTimeout application setting with value equal to the number of seconds of the duration.
For example:
CopyXML
<configuration> <appSettings> <!-- Sets the number of seconds to cache results (default is 5 minutes) --> <add key="Twitterizer2.CacheTimeout" value="300"/> </appSettings> <configuration>