Open the menu
    ```html

    XSL Cache Manager: Administration

    Administration of XSL caches

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    cachedList

    • File Name(string) : Name of the xsl file for which the cache is enabled or disabled.
    • Cache Enabled(integer) : Indicates whether the cache for this file is enabled or not.
    • In Cache(string) : Indicates whether the xsl is already cached in memory or not.

    Permissions

    • Manage service instance: Allows management of all data of this service instance, including deleting it entirely.

    Actions

    • delete : Enables the XSL cache. The XSL will be cached from the first access to an object that uses such style.
    • Enable Cache : Allows removing the XSL content from memory cache. Once such XSL content is accessed, it is automatically cached.
    • Disable Cache : XSL files stop being cached unless the administrator enables them again.
    • Clear Cache : Removes the XSL from the cache manager list and consequently from memory cache. However, from the next access to an interface, it will be cached again.
    ```