PLT-4853 Adding cache purging to the server (server) (#4735)

* PLT-4853 Adding caching invalidation to HA

* PLT-4853 Adding cach purging to the server
Этот коммит содержится в:
Corey Hulen
2016-12-08 07:18:15 -08:00
коммит произвёл Harrison Healey
родитель 7acd135e02
Коммит c4974374d9
12 изменённых файлов: 76 добавлений и 10 удалений

Просмотреть файл

@@ -683,6 +683,10 @@
"id": "api.context.invalid_token.error",
"translation": "Invalid session token=%v, err=%v"
},
{
"id": "api.context.invalidate_all_caches",
"translation": "Purging all caches"
},
{
"id": "api.context.last_activity_at.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"