DatastoreDisabledCacheManager
=============================

.. currentmodule:: lsst.daf.butler

.. autoclass:: DatastoreDisabledCacheManager
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DatastoreDisabledCacheManager.cache_size
      ~DatastoreDisabledCacheManager.file_count

   .. rubric:: Methods Summary

   .. autosummary::

      ~DatastoreDisabledCacheManager.find_in_cache
      ~DatastoreDisabledCacheManager.known_to_cache
      ~DatastoreDisabledCacheManager.move_to_cache
      ~DatastoreDisabledCacheManager.remove_from_cache
      ~DatastoreDisabledCacheManager.should_be_cached

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache_size
   .. autoattribute:: file_count

   .. rubric:: Methods Documentation

   .. automethod:: find_in_cache
   .. automethod:: known_to_cache
   .. automethod:: move_to_cache
   .. automethod:: remove_from_cache
   .. automethod:: should_be_cached