Flush Cache

Khanna Ji
Tera Guru

How to flush cache?

When to flush cache?

Why do we flush cache?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

You can flush the cache by typing cache.do in the navigation for filter.



find_real_file.png



When? When things don't seem to be going right   and you can verify you did everything right.   Avoid doing this in production instances as it may impact performance as people rebuild items in the cache.



Why? Because many things like form layout are held in a cache for faster performance and it needs to be purged periodically.


View solution in original post

21 REPLIES 21

Open "Modules" from left navigation. Click on create new.


Select the table as sys_propeties. Add modules in a application like in System Definition.


If you want to create a New application then your can create a application then add this module in with that application.


Administering Application Menus and Modules - ServiceNow Wiki


cool stuff. That was so easy.   Thanks Deep


Chuck Tomasi
Tera Patron

You can flush the cache by typing cache.do in the navigation for filter.



find_real_file.png



When? When things don't seem to be going right   and you can verify you did everything right.   Avoid doing this in production instances as it may impact performance as people rebuild items in the cache.



Why? Because many things like form layout are held in a cache for faster performance and it needs to be purged periodically.


How long does it take to flush the cache, and how do I know when it finishes?  

The wiki links in this chain no longer work, and I cannot find any current documentation about clearing cache in ServiceNow.

mansoor3
Tera Contributor

Hi Swathi,



Please go through below link, under section 2.3.


http://wiki.servicenow.com/index.php?title=Troubleshooting_Performance#gsc.tab=0



-Mansoor


-Mark Correct or Helpful as applicable