Package com.iizix.prop
Interface IClientCachePreload
- All Known Implementing Classes:
- EditorFontFiles,- FontFiles,- ModuleApp
public interface IClientCachePreload
Interface used to provide a mechanism to cache resources on the client side when the application starts.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- getPreloadClientCacheResources- (IClientSessionGyro clientGyro) Returns the list of resources that are required on the client side in the preload-to-cache mechanism.
- Method Details- getPreloadClientCacheResourcesReturns the list of resources that are required on the client side in the preload-to-cache mechanism.- Parameters:
- clientGyro- The client gyro engine.
- Returns:
- An array with the resources required.