def put_cached_data(): """ API entry point to add items to the cache. """ return cache.put_cached_data(app.current_request)
def put_cached_data(): """ APi entry point to add items to the cache. """ return cache.put_cached_data(app.current_request)