| XMLRepeaterCacheMinutes Property | 
            Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic int CacheMinutes { get; set; }Property Value
Type: 
Int32 Remarks
Remarks
            This parameter allows you to set up caching of content so that it's not retrieved from the database each time a user requests the page.
            
 See Also
See Also