fl.publishCacheDiskSizeMax

#### Availability

Flash CS5.5 Professional.

#### Usage

fl.publishCacheDiskSizeMax

#### Description

Property: an integer that sets the maximum size, in megabytes, of the publish cache on disk.

#### Example

The following code sets the maximum publish cache size on disk to 1 megabyte:

javascript
fl.publishCacheDiskSizeMax = 1


#### See also

fl.clearPublishCache() (../flash_object_(fl)/fl5.md), fl.publishCacheEnabled (../flash_object_(fl)/fl51.md), fl.publishCacheMemoryEntrySizeLimit (../flash_object_(fl)/fl52.md), fl.publishCacheMemorySizeMax (../flash_object_(fl)/fl53.md)

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