# Cache Service Events

These events relate to the overall cache service lifecycle, not individual providers.

| Event Name                   | Data | Description                          |
| ---------------------------- | :--: | ------------------------------------ |
| `afterCacheServiceStartup`   |      | After the cache service starts up.   |
| `beforeCacheServiceShutdown` |      | Before the cache service shuts down. |
| `afterCacheServiceShutdown`  |      | After the cache service shuts down.  |
