ENSCORESW-152. Committing the low cardinality and low row count caching...
ENSCORESW-152. Committing the low cardinality and low row count caching framework into the core API. Implement the correct method from BaseAdaptor to have your values cached in local memory
Showing
- modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm 72 additions, 1 deletionmodules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm 9 additions, 0 deletionsmodules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm 329 additions, 0 deletionsmodules/Bio/EnsEMBL/DBSQL/Support/BaseCache.pm
- modules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm 121 additions, 0 deletionsmodules/Bio/EnsEMBL/DBSQL/Support/FullIdCache.pm
- modules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm 179 additions, 0 deletionsmodules/Bio/EnsEMBL/DBSQL/Support/LruIdCache.pm
- modules/t/fullIdCaching.t 106 additions, 0 deletionsmodules/t/fullIdCaching.t
- modules/t/lruIdCaching.t 110 additions, 0 deletionsmodules/t/lruIdCaching.t
Please register or sign in to comment