Hillrunner2008 / mydas

Automatically exported from code.google.com/p/mydas
0 stars 0 forks source link

Types command cache #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Currently, the types collection is cached as a whole whilst single types with 
its counter are cached as individual records. Therefore, when the types command 
with no arguments is called, all terms, one by one, are retrieved from the 
cache. Performance would improved if the collection of types including counters 
can be retrieved as a whole from the cache.

Classes: DasCommandManager (getAllTypes method) and GFFFileReferenceDataSource 
(getTypes, just for test purposes)

Original issue reported on code.google.com by leylaj...@gmail.com on 10 Dec 2010 at 2:10

GoogleCodeExporter commented 9 years ago

Original comment by leylaj...@gmail.com on 4 May 2011 at 11:05