Cache control
Capy Serializers supports cache control. You can set the cache_control
attribute in the serializer to define the cache control headers, which can include directives such as no-cache
, no-store
, must-revalidate
, max-age
, and public
or private
to control how responses are cached by browsers and intermediate caches.