Home | History | Annotate | Download | only in app_engine_server

Lines Matching defs:PUBLIC

42 def create_handler(zip_files, max_age=None, public=None):
50 public: Whether this should be declared public in the client-side cache
79 if public is not None:
80 PUBLIC = public
94 PUBLIC = True # public cache setting
504 if self.PUBLIC:
505 cache_control.append('public')