$MESS["MAIN_OPTION_CLEAR_CACHE_LANDING"] = "Sites24"; $MESS["MCACHE_TITLE"] = "Cache Settings"; $MESS["MAIN_TAB_3"] = "Delete Cache Files"; $MESS["MAIN_TAB_4"] = "Component caching"; $MESS["MAIN_OPTION_CLEAR_CACHE"] = "Delete Cache Files"; $MESS["MAIN_OPTION_PUBL"] = "Components Cache settings"; $MESS["MAIN_OPTION_CLEAR_CACHE_OLD"] = "Only outdated"; $MESS["MAIN_OPTION_CLEAR_CACHE_ALL"] = "All"; $MESS["MAIN_OPTION_CLEAR_CACHE_MENU"] = "Menu"; $MESS["MAIN_OPTION_CLEAR_CACHE_MANAGED"] = "All managed cache"; $MESS["MAIN_OPTION_CLEAR_CACHE_STATIC"] = "All pages in HTML cache"; $MESS["MAIN_OPTION_CLEAR_CACHE_CLEAR"] = "Clear"; $MESS["MAIN_OPTION_CACHE_ON"] = "Components Cache is enabled by default"; $MESS["MAIN_OPTION_CACHE_OFF"] = "Components Cache is disabled by default"; $MESS["MAIN_OPTION_CACHE_BUTTON_OFF"] = "Disable Caching"; $MESS["MAIN_OPTION_CACHE_BUTTON_ON"] = "Enable Caching"; $MESS["cache_admin_note4"] = "
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:
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.