Ejemplo n.º 1
0
 def set(cache_backend: AbstractCache, auth_header: str, user: User):
     return cache_backend.set_auth(auth_header, user)
Ejemplo n.º 2
0
 def set(cache_backend: AbstractCache, auth_header: str, user: User):
     return cache_backend.set_auth(auth_header, user)