AbstractDatastoreCacheManager ============================= .. currentmodule:: lsst.daf.butler .. autoclass:: AbstractDatastoreCacheManager :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~AbstractDatastoreCacheManager.cache_size ~AbstractDatastoreCacheManager.file_count .. rubric:: Methods Summary .. autosummary:: ~AbstractDatastoreCacheManager.find_in_cache ~AbstractDatastoreCacheManager.move_to_cache ~AbstractDatastoreCacheManager.remove_from_cache ~AbstractDatastoreCacheManager.should_be_cached .. rubric:: Attributes Documentation .. autoattribute:: cache_size .. autoattribute:: file_count .. rubric:: Methods Documentation .. automethod:: find_in_cache .. automethod:: move_to_cache .. automethod:: remove_from_cache .. automethod:: should_be_cached