Show / Hide Table of Contents

UpdateCache

Object and Type

Object  : FCApplication

Type     : Method

Prototype

Public Sub UpdateCache()

Description

This method updates the meta-data cache files, as well as the in-memory cache data. By having this method available, you can update your cache data on-the-fly, without having to restart your application, or re-instantiate your FCApplication object.

Example

The following example updates the meta-data cache information for an FCApplication object that is part of a web application.

JavaScript:

var FCApp = Application.Contents("FCApp");

FCApp.UpdateCache();
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.