The class atg.repository.RepositoryImpl provides the method invalidateCaches(), which clears all caches from the target repository:

void invalidateCaches()
void invalidateCaches(boolean pGlobal)

If you supply an argument of true to the boolean version, the method is invoked on all cluster repositories.

Two exceptions apply:

 
loading table of contents...