fl.publishCacheMemorySizeMax
#### Availability
Flash CS5.5 Professional.
#### Usage
fl.publishCacheMemorySizeMax
#### Description
Property: an integer that sets the maximum size, in megabytes, of the publish cache in memory.
#### Example
The following code sets the maximum publish cache size in memory to 1 megabyte:
javascript
fl.publishCacheMemorySizeMax = 1
#### See also
fl.publishCacheDiskSizeMax (../flash_object_(fl)/fl50.md), fl.publishCacheEnabled (../flash_object_(fl)/fl51.md), fl.publishCacheMemoryEntrySizeLimit (../flash_object_(fl)/fl52.md), fl.clearPublishCache() (../flash_object_(fl)/fl5.md)