cubicweb/web/httpcache.py
changeset 11173 9441ebb30dd6
parent 11057 0b59724cb3f2
child 11193 966b9e4e1f72
equal deleted inserted replaced
11171:b81e543e623a 11173:9441ebb30dd6
   102 
   102 
   103 
   103 
   104 class NoEtag(Exception):
   104 class NoEtag(Exception):
   105     """an etag can't be generated"""
   105     """an etag can't be generated"""
   106 
   106 
   107 __all__ = ('GMTOFFSET',
   107 __all__ = ('NoHTTPCacheManager', 'MaxAgeHTTPCacheManager',
   108            'NoHTTPCacheManager', 'MaxAgeHTTPCacheManager',
       
   109            'EtagHTTPCacheManager', 'EntityHTTPCacheManager')
   108            'EtagHTTPCacheManager', 'EntityHTTPCacheManager')
   110 
   109 
   111 # monkey patching, so view doesn't depends on this module and we have all
   110 # monkey patching, so view doesn't depends on this module and we have all
   112 # http cache related logic here
   111 # http cache related logic here
   113 
   112