Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • server cache
  • client cache

Currently, in code, there is no distinction between a client cache or server cache.both the client and server cache code resides in the same file (GemFireCacheImpl). Without the clear distinction of client or server cache code, the splitting of client and server function service code is unclear and complex.

Image Added

Proposal

The current FunctionService provides 3 different services:

...

For the splitting of the FunctionService into the client and server components, itthe

 

 Image Removed

 

 Image Removed