Skip to content
  • Ruslan Zakirov's avatar
    cache user preferences · ddfeca8e
    Ruslan Zakirov authored
    we use LoadByCols which is cacheable, however it doesn't cache
    negative hits. More and more Config options are overridable and
    may be stored in DB, however often users use system's default.
    Use our own cache to avoid constant queries for records that are
    not there.
    ddfeca8e