resetGetMemoryFilesCache method
Resets the cache and marks hooks as needing to fire.
Implementation
void resetGetMemoryFilesCache({String reason = 'session_start'}) {
_nextEagerLoadReason = reason;
_shouldFireHook = true;
clearMemoryFileCaches();
}