public class CompiledScriptCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static CompiledScriptCache |
DONT_CACHE |
| Constructor and Description |
|---|
CompiledScriptCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
cachePrototype(ParsedPageName chunkName,
org.luaj.vm2.Prototype prototype) |
org.luaj.vm2.Prototype |
getPrototypeForChunkname(ParsedPageName chunkname) |
public static final CompiledScriptCache DONT_CACHE
public org.luaj.vm2.Prototype getPrototypeForChunkname(ParsedPageName chunkname)
public void cachePrototype(ParsedPageName chunkName, org.luaj.vm2.Prototype prototype)
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.