Home > Contents > Index >
CacheManager.flushCSEngine
Clears items from the Sites cache.
Syntax
public ftStatusCode flushCSEngine(ICS ics, int mode)Parameters
ics
- The ICS context.
mode
- Tells CacheManager whether to flush the Sites cache, the Satellite cache, or both caches. Specify 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.COM.FutureTense.Cache.CacheHelper._both
--to flush both caches.Description
The
flushCSEngine
method clears pages from the Sites 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 > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.