Data Entry Processor in Cache
The Entry Processor in NCache allows you to execute custom, invokable functions against a set of cache entries directly on the server-side. By moving the processing logic to the data instead of fetching data to the client for processing, NCache minimizes network overhead and ensures thread-safe, atomic operations across any caching topology.
In This Section
Entry Processor Overview
Learn about the conceptual architecture of server-side processing and how NCache manages distributed execution, ensures high availability, and handles data locality to optimize your application's performance.
Entry Processor Usage and Implementation
A technical guide to implementing the IEntryProcessor interface. This section provides code samples for .NET, deployment instructions for the NCache cluster, and details on invoking logic against required keys or bulk datasets.