Data Entry Processor in Cache
Note
This feature is only available in NCache Enterprise Edition.
Entry Processor in NCache allows executing custom code (invokable functions) against a set of cache entries on the server side. NCache fully supports precise execution of Entry Processor regardless of the caching topology being used.
In This Section
Working of Entry Processor in Cache
Explains in detail the working of Entry Processor.
Entry Processor Usage and Implementation
Provides samples to implement IEntryProcessor interface and use it in code.