Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.05 KB

File metadata and controls

28 lines (16 loc) · 1.05 KB

fl.publishCacheMemoryEntrySizeLimit

Availability

Flash CS5.5 Professional.

Usage

fl.publishCacheMemoryEntrySizeLimit

Description

Property: an integer that sets the maximum size, in kilobytes, of entries that can be added to the publish cache in memory. Anything at or below this size will be kept in memory; anything larger will be written to disk.

Users with a lot of memory might want to raise this value to increase performance, while a user with very little memory might want to make it lower to keep the publish cache from consuming too much memory.

Example

The following code sets the maximum publish cache entry size that can be stored in memory to 100 kilobytes:

fl.publishCacheMemoryEntrySizeLimit = 100

See also

fl.publishCacheDiskSizeMax, fl.publishCacheEnabled, fl.clearPublishCache(), fl.publishCacheMemorySizeMax