+
    ˆåºim  ã                   ó(   € R t ^ RIt ! R R]4      tR# )z5An abstract class for caching the discovery document.Nc                   ó„   a € ] tR t^t o Rt]P                  t]P                  R 4       t	]P                  R 4       t
RtV tR# )ÚCachezA base abstract cache class.c                ó   € \        4       h)zÊGets the content from the memcache with a given key.

Args:
  url: string, the key for the cache.

Returns:
  object, the value in the cache for the given key, or None if the key is
  not in the cache.
©ÚNotImplementedError)ÚselfÚurls   &&Úw/Users/igloo/.openclaw/workspace/scratch/fb_ad_env/lib/python3.14/site-packages/googleapiclient/discovery_cache/base.pyÚgetÚ	Cache.get   s   € ô "Ó#Ð#ó    c                ó   € \        4       h)z…Sets the given key and content in the cache.

Args:
  url: string, the key for the cache.
  content: string, the discovery document.
r   )r   r   Úcontents   &&&r	   ÚsetÚ	Cache.set&   s   € ô "Ó#Ð#r   © N)Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__ÚabcÚABCMetaÚ__metaclass__Úabstractmethodr
   r   Ú__static_attributes__Ú__classdictcell__)Ú__classdict__s   @r	   r   r      sC   ø‡ € Ù&à—K‘K€Mà×Ññ
$ó ð
$ð 	×Ññ$ó ö$r   r   )r   r   Úobjectr   r   r   r	   Ú<module>r      s   ðñ <ã 
ô$ˆFö $r   