comparison docs/api/api.rst @ 3759:12ca667b69b6 beta

api: don't report invalidated cache_keys after invalidating a repo The keys are an implementation detail and is never relevant outside RhodeCode internals and should not be leaked.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 15:56:12 +0200
parents 7e3d89d9d3a2
children 6a820dcbcb99
comparison
equal deleted inserted replaced
3758:d5c684052ea4 3759:12ca667b69b6
169 } 169 }
170 170
171 OUTPUT:: 171 OUTPUT::
172 172
173 id : <id_given_in_input> 173 id : <id_given_in_input>
174 result : "Cache for repository `<reponame>` was invalidated: invalidated cache keys: <list_of_cache_keys>" 174 result : "Caches of repository `<reponame>`"
175 error : null 175 error : null
176 176
177 lock 177 lock
178 ---- 178 ----
179 179