cancel
Showing results for 
Search instead for 
Did you mean: 

Cache Refresh and Queue

Former Member
0 Kudos

Hi,

How we can keep cache clear all time. I am doing cache clearance manually.

Is there any program which do cache clear.

Thanks,

Vishal

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

Hi Vishal,

Cache refresh is done automatically by jobs running in background: LSAI_CACHE3U03 (FM: SAI_CACHE3_REFRESH_BACKGROUND), you can also schedule this. Cache is also refreshred based on events (activation etc).

When it comes to FM SAI_CACHE3_REFRESH_HTTP, we are talking about sxi_cache and not the CPACache.

To trigger a cache refresh from the individual Adapter Framework, open a browser window and enter the following URL: http://<host>:<port>/CPACache/refresh?mode=delta|full.

Regds,

Pinangshuk.

Former Member
0 Kudos

Vishal,

Actually you dont need to do manually. But sometimes its only actually. Please check this document:

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34&overrid...

Regards,

---Satish

agasthuri_doss
Active Contributor
0 Kudos

Hey,

Cache refresh is done automatically by Jobs.

Check this blog

/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off

/people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena

/people/sravya.talanki2/blog/2006/12/19/unable-to-read-integrationdirectoryhmiundocumented-bug-sxicache

Cheers

Agasthuri

Former Member
0 Kudos

Hi,

check this link:

Kai