• I think each page = 8KB, so you could add a calculation to the SELECT clause:

    SELECT

    COUNT(*)AS cached_pages_count,

    COUNT(*)/128.0 AS Cached_MB