Searched refs:no_store (Results 1 – 5 of 5) sorted by relevance
56 assert 'private, no-store' == CACHE_CONTROL(private=True, no_store=True)
51 res = build(private=True, max_age=60, no_transform=True, no_store=True)
198 no_store = exists_property('no-store') variable in CacheControl
924 cache_control.no_store = True
715 no_store=False, max_age=None, s_maxage=None, argument732 if no_store: