mulesoft / api-designer

A web editor for creating and sharing RAML API specifications
Other
1.07k stars 269 forks source link

Cache RAML files #256

Open blakeembrey opened 9 years ago

blakeembrey commented 9 years ago

RAML files should be able to be cached and the cached state retrieved from memory through an !include. This would improve performance of parsing large sets of RAML files.

sichvoge commented 9 years ago

@blakeembrey what's the status on that issue?

blakeembrey commented 9 years ago

Same status as when created. No work has been done on trying to cache intermediate state and it would require changes to the RAML parser.