jbn / IPlantUML

A Python package which defines a PlantUML cell magic for IPython.
MIT License
96 stars 28 forks source link

Add caching #8

Open jbn opened 6 years ago

jbn commented 6 years ago

If the PlantUML script is the same, there is no reason to refetch or send to the JVM. Add a decorator that caches if the script matches the last one.