Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
CacheManager.refreshCSEngine
Rebuilds the Content Server cache.
Syntax
public ftStatusCode refreshCSEngine(ICS ics, int mode) throws InvalidParameterExceptionParameters
ics
- The ICS context.
mode
- Tells CacheManager whether to flush the Content Server cache or the CS-Satellite cache. Use 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.- To flush both caches, call the
refreshCSEngine
method twice.
Description
The
refreshCSEngine
method rebuilds the Content Server cache with updated content, based on the page inventory list.Returns
An
ftStatusCode
containing detailed information about the success or failure of the requested operation.Throws
InvalidParameterException
- If the mode is set to
COM.FutureTense.Cache.CacheHelper._both
.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.