The CacheManager type exposes the following members.

Properties

  Name Description
Public property ApplicationId
Gets or Sets an Application Id.
Public property BaseKey
Gets or sets base cache key.
Public property CurrentProvider
Gets the current cache provider instance.
Public property Static member DefaultSystemCacheDuration
Time in seconds for storing system values (user profiles, roles, etc.). If set to zero no caching is performed.
Public property Static member DefaultWebPartCacheDuration
Time in seconds for Web parts / other front-end modules. If greater than zero all cacheable parts will be set to this value, unless they are individually set to some other value.
Public property KeyUsesAppId
Gets or Sets if cache key uses Asp.Net Application Id.
Public property KeyUsesLangId
Gets or sets if cache key uses MonoX language Id.
Public property LanguageId
Gets or Sets a Language Id.

See Also