InMemStorage#
- class sunpy.data.data_manager.storage.InMemStorage[source]#
Bases:
StorageProviderBaseThis provides a storage stored in memory.
Methods Summary
delete_by_key(key, value)Deletes the matching entry from the store.
find_by_key(key, value)Returns the file details if value corresponding to the key found in storage.
store(details)Stores the details in the storage.
Methods Documentation