cubicweb/sobjects/services.py
changeset 11763 39df042f4ab4
parent 11756 60fed6272771
child 11767 432f87a63057
--- a/cubicweb/sobjects/services.py	Fri Sep 30 17:34:11 2016 +0200
+++ b/cubicweb/sobjects/services.py	Fri Sep 30 17:39:17 2016 +0200
@@ -51,7 +51,7 @@
             results['%s_cache_hit' % title] = hits
             results['%s_cache_miss' % title] = misses
             results['%s_cache_hit_percent' % title] = (hits * 100) / (hits + misses)
-        results['type_source_cache_size'] = len(repo._type_source_cache)
+        results['type_extid_cache_size'] = len(repo._type_extid_cache)
         results['sql_no_cache'] = repo.system_source.no_cache
         results['nb_open_sessions'] = len(repo._sessions)
         results['nb_active_threads'] = threading.activeCount()