Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
CacheManager.flushCSEngine
Clears items from the Content Server cache.
Syntax
public ftStatusCode flushCSEngine(ICS ics, int mode)Parameters
ics
- The ICS context.
mode
- Tells CacheManager whether to flush the Content Server cache, the CS-Satellite cache, or both caches. Specify one of the following values:
COM.FutureTense.Cache.CacheHelper._cs
--to flush the Content Server cache.COM.FutureTense.Cache.CacheHelper._ss
--to flush the CS-Satellite cache.COM.FutureTense.Cache.CacheHelper._both
--to flush both caches.Description
The
flushCSEngine
method clears pages from the Content Server cache based on a list of pages logged using theRecordItem
method.Returns
An
ftStatusCode
with detailed information about the success or failure of the requested operation.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.