Versions Compared

Key

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

...

This SRP FrameWorks utility service is designed to store small and large amounts of data in memory for quick retrieval. A very common use of Memory_Services is to use this to store the values results of other services as they are called and their logic produces a result. The . Thus, the beginning of each service can then would first check to see if a value already exists for this service before going through the expense of running the entire service logic again. If the data being stored in Memory_Services needs to be refreshed after a short amount of time, the GetValue service can specify when this should expire.

...