Open the menu
    ```html

    Cache Manager : Administration

    LumisXP uses cache for its objects and makes them available in a manager, where they are listed with their respective cache size (number of objects in memory).

    By default, the cache capacity for each object is 1000, but it can be configured to another value. The new value receives a flag to indicate that the default capacity has been changed. To change the memory cache capacity of an object, simply select it and click Edit.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    cacheRuntime

    • Identifier(string)
    • Capacity (current)(integer)
    • Size(integer)
    • Hits(long)
    • Misses(long)

    Links

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it as a whole.

    Actions

    • Use Default
    • Clear Cache
    • Clear Statistics
    ```