Program guide > Programming with system APIs and plug-ins



Plug-ins for transforming cached objects

Consider transforming cached objects to increase the performance of the cache. Use the ObjectTransformer plug-in when the processor usage is high. Up to 60-70 percent of the total processor time is spent serializing and copying entries. By implementing the ObjectTransformer plug-in, you can serialize and deserialize objects with the own implementation. Use a CollisionArbiter plug-in to define how change collisions are handled in the domains.


Parent topic:

Program with system APIs and plug-ins


Related concepts

Introduction to plug-ins

Plug-ins for evicting cache objects

Plug-ins for versioning and comparing cache objects

Plug-ins for custom indexing of cache objects

Plug-ins for communicating with persistent stores

Plug-ins for managing transaction life cycle events

Related reference

Plug-ins for providing event listeners


+

Search Tips   |   Advanced Search