harp_apps.http_cache.adapters¶
- class AsyncStorageAdapter[source]¶
Bases:
objectAdapter that serializes/deserializes Entry objects to/from HARP blob storage.
This maintains backward compatibility with the YAML serialization format while adapting to hishel 1.0’s Entry-based model.
- __init__(storage)[source]¶
- Parameters:
storage (IBlobStorage)