Allows run time enabling of API output caching.
The currently configured value. true if enabled, otherwise false. Default: false
The default value can be set at an application level by adding a Twitterizer2.EnableCaching application setting with value true.
For example:
CopyXML
<configuration> <appSettings> <!-- Enable caching results --> <add key="Twitterizer2.EnableCaching" value="true" /> </appSettings> <configuration>
CacheOutput