This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

fluid.fetchResources.primeCacheFromResources

This functionality is Sneak Peek status. This means that the APIs may change. We welcome your feedback, ideas, and code, but please use caution if you use this new functionality.

This page is still a draft, and is currently incomplete.

fluid.fetchResources.primeCacheFromResources(componentName)

Asynchronously loads any resource identified in the defaults for a component (through the resources section of the component defaults). The resources will be stored

fluid.fetchResources.primeCacheFromResources(componentName);

File name: fluidParser.js

Parameters

componentName (String) The fully-namespaced name of the component in question.

Return Value

none


Notes

Note 1

Note 2

Example

example here

In this example, description here...