---
title: "admClearCache"
canonical: "https://support.appfire.com/space/PSCONF/15304183/admClearCache"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admClearCache() | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Clears the internal cache.

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

## Return Type

**Boolean**

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

## Example

```javascript
admClearCache();
```

## See also

> Macro (contentbylabel)