# 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.  |
