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 logic to the data instead of from data to the logic, 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.
The conceptual details of Entry Processor in cache.
Entry Processor Usage and Implementation
A technical guide into the implementation of 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.