public interface ClassCache
| Modifier and Type | Method and Description |
|---|---|
org.mozilla.javascript.Script |
getCachedScript(String key)
Return a cached copy of the script, or null if the object is not in the cache.
|
void |
putCachedScript(String key,
org.mozilla.javascript.Script script)
Store the compiled script in the cache.
|
org.mozilla.javascript.Script getCachedScript(String key)
void putCachedScript(String key, org.mozilla.javascript.Script script)
Copyright © 2016 Apigee Corporation. All Rights Reserved.