fixed caching issue with client connections
This commit is contained in:
parent
84d32393fb
commit
e3a331196c
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ public interface ClientConnectionDAO extends
|
|||
Result<ClientConnection> createNew(ClientConnection data);
|
||||
|
||||
@Override
|
||||
// TODO check if it is possible to remove with examId
|
||||
@CacheEvict(cacheNames = CONNECTION_TOKENS_CACHE, allEntries = true)
|
||||
Result<ClientConnection> save(ClientConnection data);
|
||||
|
||||
@CacheEvict(
|
||||
|
|
Loading…
Reference in a new issue