Home | History | Annotate | Download | only in app_engine_server

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 cache
83 if public is not None:
84 PUBLIC = public
98 PUBLIC = True # public cache setting
678 if self.PUBLIC:
679 cache_control.append('public')