# ILogger.info() method · @imqueue/pg-cache

Source: https://imqueue.org/api/pg-cache/latest/pg-cache.ilogger.info/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-cache 5.0.6 — generated reference, not hand-written

Informational message. Used for cache hits, misses and trigger installation, and only emitted when `PG_CACHE_DEBUG` is on.

**Signature:**

```typescript
info(...args: unknown[]): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | unknown\[\] |  |


**Returns:**

void

