cubicweb/sobjects/services.py
changeset 11774 51c160677afe
parent 11767 432f87a63057
child 11931 ad7796dabeaa
--- a/cubicweb/sobjects/services.py	Fri Sep 30 17:38:12 2016 +0200
+++ b/cubicweb/sobjects/services.py	Wed Oct 05 15:30:10 2016 +0200
@@ -48,7 +48,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_extid_cache_size'] = len(repo._type_extid_cache)
+        results['type_cache_size'] = len(repo._type_cache)
         results['sql_no_cache'] = repo.system_source.no_cache
         results['nb_open_sessions'] = len(repo._sessions)
         results['nb_active_threads'] = threading.activeCount()