---
title: "Service: /caches/{name}/info [GET] (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/services/get-cache-info-GET.html
description: "Return information about a specific cache"
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~346
---

# /caches/\{name\}/info \[GET\]

| Property | Value |
| --- | --- |
| Path: | /caches/{name}/info |
| Method: | GET |
| Generator: | obsolete |
| Version: |  |
| Since: |  |
| Deprecated: | 5.7900 |
| Obsolete: | 6.0000 |
| Cache control: |  |
| API Support: | OBSOLETE |
| Generated: | 2022-07-01 |

## Description

Return information about a specific cache.

## Parameters

No parameters required.

## Permission

This service requires administrator.

## Response

```xml

<cache name="xml-documents"
       disabled="false"
       status="STATUS_ALIVE"
       guid="MY-PC/192.168.200.210-6dab5017-330a-47e5-907f-d65c390c8fe4">
  <info size="7"/>
  <configuration memory-store-eviction-policy="LRU"
                 count-based-tuned="true"
                 copy-on-write="false"
                 copy-on-read="false"
                 clear-on-flush="true"
                 eternal="true"
                 max-bytes-local-heap-percentage-set="false"
                 max-bytes-local-heap="0"
                 max-bytes-local-disk-percentage-set="false"
                 max-bytes-local-disk="0"
                 max-entries-local-heap="10000"
                 max-entries-local-disk="20000000"
                 disk-expiry-thread-interval-seconds="300"
                 disk-spool-buffer-size-mb="1"/>
</cache>
```

## Error Handling

No specific errors expected for this service.

