-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove caching configuration and service
#deploy-organisasjon-forvalter Deleted CacheConfig.java and ClearCacheService.java to eliminate caching. Removed related imports and caching annotations in OrganisasjonController.java and OrdreResponse.java. This will simplify the codebase and remove unnecessary dependencies.
- Loading branch information
Showing
4 changed files
with
0 additions
and
53 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
...organisasjon-forvalter/src/main/java/no/nav/organisasjonforvalter/config/CacheConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...jon-forvalter/src/main/java/no/nav/organisasjonforvalter/dto/responses/OrdreResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
...asjon-forvalter/src/main/java/no/nav/organisasjonforvalter/service/ClearCacheService.java
This file was deleted.
Oops, something went wrong.