.. _reference_cache: Cache ===== This application uses cache mechanism (see: :ref:`Chrysalio cache `). Here are the used keys. User cache ---------- +-----------------------+---------------------------------+ | Namespace | Key | +=======================+=================================+ | ciowrh- | - ``'access'`` | | | - ``seeds`` | | | - renderings: | +-----------------------+---------------------------------+ Key ``'access'`` is set by :meth:`~ciowarehouse2.ModuleCiowarehouse2.warehouse` and is a tuple such as ``(file_rights, meta_rights)``. Global cache ------------ +-----------------------+---------------------------------+ | Namespace | Key | +=======================+=================================+ | ciowrh | - ``'filter'`` | | | - | +-----------------------+---------------------------------+ | ciodsh- | - ``'__created__'`` | | | - | +-----------------------+---------------------------------+ Key ``'filter'`` is set by :meth:`~ciowarehouse2.views.browse.BrowseView.browse` and contains global filter parameters. Keys ```` are set by :meth:`~ciowarehous2e.views.browse.BrowseView.browse` and contain a list of files for Paging object.