Uses of Class
com.iizix.prop.PreloadClientCacheResource
Packages that use PreloadClientCacheResource
Uses of PreloadClientCacheResource in com.iizix.prop
Fields in com.iizix.prop declared as PreloadClientCacheResourceModifier and TypeFieldDescriptionstatic final PreloadClientCacheResource[]
PreloadClientCacheResource.EMPTY
An empty array of resources.Methods in com.iizix.prop that return PreloadClientCacheResourceModifier and TypeMethodDescriptionIClientCachePreload.getPreloadClientCacheResources
(IClientSessionGyro clientGyro) Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of PreloadClientCacheResource in com.iizix.prop.font
Subclasses of PreloadClientCacheResource in com.iizix.prop.fontModifier and TypeClassDescriptionclass
Class holding information for a single Asset resource that should be preloaded to the client cache when the application starts.Methods in com.iizix.prop.font that return PreloadClientCacheResourceModifier and TypeMethodDescriptionFontFile.getPreloadClientCacheResources()
Gets the cached instance of the PreloadClientCacheResource's of the font resource.FontFiles.getPreloadClientCacheResources
(IClientSessionGyro clientGyro) Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of PreloadClientCacheResource in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type PreloadClientCacheResourceModifier and TypeMethodDescriptionAppFactory.getPreloadClientCacheResources
(ClientSessionGyro clientGyro) Gets the resources that are required to be downloaded to the client if not present or outdated.