Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are different elements in the frontend of your shop, which are cached for performance reasons. The cache is automatically updated when you change something in the administration area of your shop. However, if you have changed the database directly, you have to clean the cache to see the changes. You can clean the cache by clicking on the cogwheel icon in the administration area and selecting Clear Cache.

...

You can clean up the cache by clicking the gear icon in the administration area and selecting Clear Database Cache. If you want to clear the database cache manually, you can find the relevant files in your shop directory under App_Data > EfCache.


Output Cache

...


ASP.NET Cache

To clear the ASP.NET cache, there are the following methods:

1. Change the value of numRecompilesBeforeAppRestart

In the file Web.config in the root directory of your application you will find the variable "numRecompilesBeforeAppRestart".

...