I have some questions about the caching of hrSWRunTable. According to what I
see in the code (as mentioned by David) the hrSWRunTable is already being
cached. However, when I query the nsCache I'm not seeing it there:
jorhett@sj2-noc01 ~$ snmpwalk -c (snip) -v 2c localhost nsCache
NET-SNMP-AGE
>> My questions are:
>> What is the proper way to force a cache reload at anytime?
>Call the cache_load routine.
>That's exactly what it's there for.
two questions about forcing a cache reload (the get request) :
1) Does the cache handler still have to be registered in the
initialize function?