-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
This is more a question than an issue. If I understand the code correctly, the purpose of caching is
to avoid compiling the same class twice. But if the source code changes, recompiling should probably take place. So the question is: shouldn't there be some mechanism to auto-recompile in case of source code changes ( perhaps with some hash like md5 or with timestamps ) or at least a method to clear the entire cache ? Or do I miss something ?
Metadata
Metadata
Assignees
Labels
No labels