< Previous | Contents | Next >
Methods
ImageCacheManager.FreeSpace()
FreeSpace
ImageCacheManager.GetSize()
GetSize
This is useful to see how much room there currently is in the cache manager by checking to see if a certain number of bytes will fit without needing to purge/flush.
bytes The number of bytes to check.
Returns a boolean indicating whether or not there is room in the cache manager for the number of bytes passed as an argument.
ImageCacheManager.Purge()
This function allows the cache to be purged exactly as if doing so interactively in Fusion.