hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

Cache for EA.Repository #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a caching mechanism for EA.Repository in order to improve
validator and generator performance.

Original issue reported on code.google.com by cschollum on 20 Jan 2009 at 2:35

GoogleCodeExporter commented 9 years ago

Original comment by cschollum on 20 Jan 2009 at 2:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
No need to implement our own caching layer, since the following code enables 
caching
in an EA.Repository:

EA.Repository repository = ...;
repository.EnableCache = true;

Original comment by cschollum on 28 Jan 2009 at 9:04