HTML caching is recommended for site section that change rarely and are mostly visited by anonymous users. The following processes take place when the HTML cache is enabled:

Cache cleanup:

Please note that when non-authorized users visit non-cached site pages, a session will be started and HTML-cache will no longer be active.

Important notes:

"; $MESS["MAIN_OPTION_CACHE_OK"] = "Cache Files cleaned"; $MESS["MAIN_OPTION_CACHE_SUCCESS"] = "Type of components caching successfully switched"; $MESS["MAIN_OPTION_CACHE_ERROR"] = "Type of components caching is already set to this value"; $MESS["cache_admin_note1"] = "

Using Autocache mode speeds up your site amazingly!

In Autocache mode, information rendered by components is refreshed according to the settings of those components.

To refresh the cached objects on the page, you can:

1. Open the required page and refresh its objects by clicking a special update data button on the administrative toolbar.

2. When in Site Edit mode, you can click the clear cache button of a given component.

3. Go to the component settings and switch the required components to uncached mode.

After enabling the caching mode, by default all the components with the Auto cache setting \"Auto\" will be switched to work with cache.

Components with the cache setting \"Cache\" and with cache time greater than 0 (zero), always work in caching mode.

Components with the cache setting \"Do not cache\" or with cache time equal to 0 (zero), always work without caching.

"; $MESS["cache_admin_note2"] = "After deleting cache files all displayed content will be updated according to new data. New cache files will be created gradually on requesting pages with cached areas."; $MESS["main_cache_managed_saved"] = "The managed cache settings has been saved."; $MESS["main_cache_managed"] = "Managed Cache"; $MESS["main_cache_managed_sett"] = "Managed Cache Parameters"; $MESS["main_cache_managed_on"] = "The managed cache is enabled."; $MESS["main_cache_managed_off"] = "The managed cache is disabled (not recommended)."; $MESS["main_cache_managed_turn_off"] = "Disable managed cache (not recommended)"; $MESS["main_cache_managed_const"] = "The BX_COMP_MANAGED_CACHE constant is defined. The managed cache is always enabled."; $MESS["main_cache_managed_turn_on"] = "Enable managed cache"; $MESS["main_cache_managed_note"] = "The Cache Dependencies technology updates the cache every time data change occurs. If this feature is on, you will not have to update the cache manually when updating news or products: the site visitors will always see up-to-date information.

Get more information about the Cache Dependencies technology at the Bitrix website.

Note: not all components can support this feature."; $MESS["cache_admin_note5"] = "The HTML cache is always enabled in this edition."; $MESS["main_cache_wrong_cache_type"] = "Invalid cache type."; $MESS["main_cache_wrong_cache_path"] = "Invalid cache file path."; $MESS["main_cache_in_progress"] = "Deleting the cache files."; $MESS["main_cache_finished"] = "The cache files has been deleted."; $MESS["main_cache_files_scanned_count"] = "Processed: #value#"; $MESS["main_cache_files_scanned_size"] = "Size of files processed: #value#"; $MESS["main_cache_files_deleted_count"] = "Deleted: #value#"; $MESS["main_cache_files_deleted_size"] = "Size of files deleted: #value#"; $MESS["main_cache_files_delete_errors"] = "Deletion errors: #value#"; $MESS["main_cache_files_last_path"] = "Current folder: #value#"; $MESS["main_cache_files_start"] = "Start"; $MESS["main_cache_files_continue"] = "Continue"; $MESS["main_cache_files_stop"] = "Stop"; ?>