What are custom interceptors?

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1730

This topic has not yet been written. The content below is from the topic description.
It is possible to add custom interceptors to Infinispan, both declaratively and programatically. Custom interceptors are an way of extending Infinispan by being able to influence or respond to any modifications to cache. Example of such modifications are: elements are added/removed/updated or transactions are committed. For a detailed list refer to CommandInterceptor API.