Getting information about bound caches

For the syntax of sp_helpcache, see Volume 3, Procedures, in the Reference Manual.

sp_helpcache provides information about a cache and the entities bound to it when you provide the cache name.

For example:

sp_helpcache 'sales_cache' 
--------------------------
Cache Name         Config Size Run Size   Overhead------------------ ----------- ---------- ----------
sales_cache:SALES_INSTANCE 50.00 Mb 50.00 Mb 6.39 Mb
(1 row affected)
--------------Cache Binding Information: --------
Cache Name Entity Name Type Index Name
Status
---------- ----------- ---- ----------
sales_cache SALES     database
V
(return status = 0)