fl.publishCacheEnabled

#### Availability

Flash CS5.5 Professional.

#### Usage

fl.publishCacheEnabled

#### Description

Property: a boolean value that sets whether the publish cache is enabled.

#### Example

The following code displays whether the published cache is enabled in the Output window.

javascript
fl.trace(fl.publishCacheEnabled);


#### See also

fl.publishCacheDiskSizeMax (../flash_object_(fl)/fl50.md), fl.clearPublishCache() (../flash_object_(fl)/fl5.md), fl.publishCacheMemoryEntrySizeLimit (../flash_object_(fl)/fl52.md), fl.publishCacheMemorySizeMax (../flash_object_(fl)/fl53.md)

<span id="fl.publishCacheMemoryEntrySizeLimit" class="anchor"></span>