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

Where do I find this Ignore check box setting? Can you show me with steps or screenshot like your last post?


For any property record in the sys_properties table, this field is available>



find_real_file.png


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



I was able to open it directly by sys_properties.list (hit enter) but I do not find it in the application navigator. Any specific reason why not in the App Navigator?


It is not added in OOB Module .If you want ,you can create a Module which will open sys_properties Table.


Please guide me how can I do that?