How does CE manage cache?
CE only handles cache maintenance when executing an algorithm remotely, and only the cache on the remote processor. The application itself must handle its own processor’s cache, whether the algorithm is local (same processor as the app) or remote (different processor than the app). See the Cache Management article for more details.