mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 15:38:19 -04:00
This means we can have a method on the service model which hits the API (or Redis) but can be called multiple times (within the context of a request) without making multiple network requests. It does this by storing the results of the method on the object’s internal `__dict__` the first time the method is called.