Twitterizer 2 Documentation
CacheOutput Property
NamespacesTwitterizerOptionalPropertiesCacheOutput
Allows run time enabling of API output caching.
Declaration Syntax
C#Visual Basic
public bool CacheOutput { get; set; }
Public Property CacheOutput As Boolean
	Get
	Set
Value
The currently configured value. true if enabled, otherwise false. Default: false
Remarks
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>
See Also
CacheOutput

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)