Login  Register
Customized macros
Macros overridden by configurations
Search macros
View logs

app_people_caching

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "app_people_caching".
... in people.naml
16
17
18
19
20
21
22
23
<macro name="app_people_caching">
    <n.if.not.is_online_users>
        <then.uncache_for.>
            <n.new_user/>
            <n.user_group_change/>
        </then.uncache_for.>
    </n.if.not.is_online_users>
</macro>