public static interface LessCompiler.Cache
| Modifier and Type | Method and Description |
|---|---|
Object |
getAst(LessSource key)
Get ast corresponding to parsed source.
|
void |
setAst(LessSource key,
Object value)
Set ast corresponding to parsed source.
|
Object getAst(LessSource key)
void setAst(LessSource key, Object value)
Copyright © 2012–2016. All rights reserved.