starlight-go / starlight

a go wrapper for google's starlark embedded python language
MIT License
299 stars 29 forks source link

Cache.load isn't exported #9

Open glycerine opened 5 years ago

glycerine commented 5 years ago

I'd like to use a Cache for efficiency during repeating Eval() calls. So I would like to call Eval() with Cache.load as the LoadFunc.

However, Cache.load isn't exported. I was looking for a LoadFunc and that's the obvious choice.

But unless it becomes Cache.Load, I don't know how to use it.

Please advise. Thank you.