Documentum中如何清楚Server Cache

在Documentum中,我们通过Composer自定义的类型在部署之后,有时候在前端的Interface application中看不到这种变化,这是由于Content Server和Application Server之间的缓存导致的。这个时候我们可以使用以下的API来清除缓存:

API>flush,c,querycache

API>flush,c,persistentcache

API>flush,c,persistentobjcache

API>flush,c,ddcache,<object_type>

API>flushcache,c

posted on 2010-07-02 16:25  默公子  阅读(277)  评论(0)    收藏  举报