mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
Remove @NoCache annotation in admin client interfaces (#32795)
Closes #32731 Signed-off-by: stianst <stianst@gmail.com> (cherry picked from commit e140e71a52dec87bf632a5cb9787e48fff975da6)
This commit is contained in:
parent
19e557daab
commit
109db4fe7d
@ -23,8 +23,6 @@ import jakarta.ws.rs.GET;
|
||||
import jakarta.ws.rs.PUT;
|
||||
import jakarta.ws.rs.Produces;
|
||||
import jakarta.ws.rs.core.MediaType;
|
||||
|
||||
import org.jboss.resteasy.annotations.cache.NoCache;
|
||||
import org.keycloak.representations.idm.ClientTypesRepresentation;
|
||||
|
||||
/**
|
||||
@ -33,7 +31,6 @@ import org.keycloak.representations.idm.ClientTypesRepresentation;
|
||||
public interface ClientTypesResource {
|
||||
|
||||
@GET
|
||||
@NoCache
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
ClientTypesRepresentation getClientTypes();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user