For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cache Object Store Events

These events occur when individual cache elements are manipulated inside a cache store.

Event Name
Data
Description

afterCacheElementInsert

After a cache element is inserted.

beforeCacheElementRemoved

Before a cache element is removed.

afterCacheElementRemoved

After a cache element is removed.

afterCacheElementUpdated

After a cache element is updated.

Last updated

Was this helpful?