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
Original issue reported on code.google.com by
leylaj...@gmail.com
on 10 Dec 2010 at 2:10