Skip to end of banner
Go to start of banner

admClearCache

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.8.

Syntax

admClearCache()

Description

Clears the internal cache.

Clears the cache after you have performed a modification directly into the Jira database (something which is not recommended!), allowing Jira to pick up the change.

Parameters

none

Return type

boolean

Always uninitialized (false). You can safely ignore the return value of this routine.

Example

admClearCache();

See also

  • No labels