Cache
The Cache page of the Administration Perspective offers an overview of and information on all items currently stored in the system's cache which is specially useful when setting up the system's server input buffer size.
The information called from the database is stored in the server input buffer and can be accessed quickly when required. This improves the system's performance as it is less time-consuming than repeatedly calling the database.
Keep this in mind when specifying the maximum size of the server input buffer in the Processes & Usage page. The value depends on the memory that is available on your computer.
To work with this page, access the Administration perspective and click Cache.
In the toolbar, the buttons Export and Refresh are available by default. These buttons allow you to refresh the content of the table and export it as a CSV file.
Cache Table Information
The table provides the following information:
Column |
Description |
---|---|
Name |
Area of the server input buffer:
Details about these cache types find in: Cache Usage |
Threshold value |
Limit for the cache's memory release. To be specified in the Server properties. Data is stored in the cache until its maximum size has been reached. Only in this case, the Server deletes entries that are no longer required. The cache's maximum size is ignored if it is not possible to remove data. |
Current size |
Currently used cache size |
Items |
Number of all cache entries |
Active |
The cache is active if this checkbox is checked |
Calls |
Number of input buffer calls |
Hits |
Number of entries found in the cache |
Hit ratio |
Hits of the primary work process in percent |
Time used |
Total time consumed by the work processes for calling the cache |
See also: