Interface IClientCachePreload

  • All Known Implementing Classes:
    EditorFontFiles, FontFiles

    public interface IClientCachePreload
    Interface used to provide a mechanism to cache resources on the client side when the application starts.
    Author:
    Christopher Mindus
    • Method Detail

      • getPreloadClientCacheResources

        PreloadClientCacheResource[] getPreloadClientCacheResources​(IClientSessionGyro clientGyro)
        Returns 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.