aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'cps-rest/src/main/resources')
-rw-r--r--cps-rest/src/main/resources/application.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-rest/src/main/resources/application.yml b/cps-rest/src/main/resources/application.yml
index e8af0bcfb..80c6af6c6 100644
--- a/cps-rest/src/main/resources/application.yml
+++ b/cps-rest/src/main/resources/application.yml
@@ -22,6 +22,11 @@ spring:
driverClassName: org.postgresql.Driver
initialization-mode: always
+ cache:
+ type: caffeine
+ cache-names: yangSchema
+ caffeine:
+ spec: maximumSize=10000,expireAfterAccess=10m
# Actuator
management:
endpoints: