Cache Lookup Call Flow
This section describes the Cache Lookup call flow.
NRF-LIB (in smf-rest-ep/SBI) maintains a local cache and updates the external cache (cache-pod). The key for a cache is a combination of nfType and filter (a string that is prepared from multiple filter parameters in "key1=value, key2=value2" format).

Step |
Description |
---|---|
1 |
On Startup, NRF-LIB (in smf-rest-ep/SBI):
|
2 |
Periodic Refresh, NRF-LIB (in smf-rest-ep/SBI): Local cache is periodically refreshed by getting all records from the cache-pod that were modified since last refresh. The resultant record list is traversed, and the local cache is updated. |
3 |
Send Message NRF-LIB (in smf-rest-ep/SBI):
|