Home > Contents > Index >
CacheManager.refreshCSEngine
Rebuilds the Sites cache.
Syntax
public ftStatusCode refreshCSEngine(ICS ics, int mode) throws InvalidParameterExceptionParameters
ics
- The ICS context.
mode
- Tells CacheManager whether to flush the Sites cache or the Satellite cache. Use one of the following values:
COM.FutureTense.Cache.CacheHelper._cs
--to flush the Sites cache.COM.FutureTense.Cache.CacheHelper._ss
--to flush the Satellite cache.- To flush both caches, call the
refreshCSEngine
method twice.
Description
The
refreshCSEngine
method rebuilds the Sites 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 > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.