Lines Matching defs:PUBLIC
46 def create_handler(zip_files, max_age=None, public=None):54 public: Whether this should be declared public in the client-side cache83 if public is not None:84 PUBLIC = public98 PUBLIC = True # public cache setting678 if self.PUBLIC:679 cache_control.append('public')