- cacheDeps
Caches the supplied DojoDependencies against the supplied path for future
reference. This is done to
- cacheResource
Caches a generated JavaScript resource (the resource should be a generated Dojo
layer) against the s
- clearCaches
Clears the caches stored in the cachedDeps and generatedResourceCache maps. This
method has been pro
- getBuildKeyForDependencies
Construct the hash lookup key for a Map of Dojo dependencies. The large maps of
dependencies will be
- getCachedDeps
Checks for previously cached DojoDependencies for the supplied path.
- getChecksumForDependencies
Return the checksum for a set of dependencies. The checksum for a set is cached.
The checksum will b
- getChecksumPathForDependencies
This method is used to both generate the checksum for the supplied JavaScript
source code and also t
- getDependencies
Gets the DojoDependencies for the supplied path. The cache is checked first to
make sure that the pr
- getPath
Calculates the path of the dependency relative to the path of the supplied
source path. If dependenc
- getRequestDojoPackages
This returns the Dojo packages for the current request (that will include all
dynamic configuration
- outputAggregateResource
This method builds the equivalent of a Dojo build layer from the Map of supplied
DojoDependencies.
- outputDependency
This method is used to generate the output for a single dependency in a way that
replicates what wou