!--a11y-->
On this page you can observe the caches that are currently being used by the application and their size and utilization.
The table columns have the following meaning:
|
name |
Here you can find the internal name of the cache. This name uniquely identifies a cache within the application and cannot be changed by the administrator. |
|
max. size |
Specifies the maximum number of objects that the cache can hold. This number cannot be changed in the existing version by the administrator and is set to a suitable size. |
|
actual size |
Specifies how many objects the cache currently holds. |
|
hits |
Describes the number of successful read attempts from the cache. This numerator is increased by one each time an object is removed from the cache without necessitating a read from the backend. |
|
misses |
Number of unsuccessful read attempts from the cache. This numerator is increased by one each time a requested object is not available in the cache and has to be read from the backend. |

You can reset the contents of the cache using the link
clear that is in the last column. This always make sense if you have changed data in the backend and for that reason the old data should be removed from the cache.The following caches are currently created by the application:
|
ShippingConditions |
Possible terms of delivery that are available in CRM (offered as a drop-down box). If the Web Shop customer does not specify a specific term of delivery, the term of delivery of the sold-to party is determined from CRM and is transferred to the purchase order. |
|
UserCustomizingCache |
This cache saves the User Management Customizing settings (IMG entry: Set/Adjust Internet User Administration). Delete this cache when you make changes to the settings in User Management. |
|
CardType |
The possible credit card categories (VISA, American Express, and so on). |
|
BackendShopCache |
Shop-specific data from the backend system is saved here. Delete this cache if you have changed the settings of an existing Web shop. |
|
Shoplist |
This cache saves the list of the available Web shops of the backend system. Delete this cache if you have added a new Web shop. |
|
BoBestsellerCache |
This cache saves the list of current product recommendations of the system (bestsellers for example). Delete this cache if you have made changes to the bestseller list and if you have replicated the data. |