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

Michael Fry1
Kilo Patron

Enter cache.do in navigation filter, or append to url


I typically flush after hours, after loading update set(s), or making property changes.


Insures that new properties are read correctly


FWIW, changing properties automatically flushes the cache unless you check the Ingore cache checkbox.


I was about to say this when i read you already did.



Adding to the original question, does cache.do clears cache of all nodes?? I think yes


-Anurag

Yes. Cache.do flushes all nodes.