vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 25 forks source link

Cache result #7

Closed danjee closed 9 years ago

danjee commented 9 years ago

Is there a way to cache the result internally? If I send the same source input just return an already compiled version from a previous request?

danjee commented 9 years ago

I've cached the results having the input as key in a ConcurentHashMap