Skip to content

Commit

Permalink
Merge pull request #9 from i-Cell-Mobilsoft-Open-Source/4-caching-of-…
Browse files Browse the repository at this point in the history
…templates-in-memory

#4 default value error
  • Loading branch information
pelii1 committed Jan 15, 2024
2 parents 0fb848f + 2051d1e commit 045f6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class TemplateCache extends AbstractCache<String, TemplateCacheItem> {
@Inject
@ConfigProperty(name = ConfigKeys.Cache.DOOKUG_SERVICE_CACHE_TEMPLATE_TTL,
defaultValue = ConfigKeys.Cache.DEFAULT_DOOKUG_SERVICE_CACHE_TEMPLATE_TTL_IN_MINUTES)
private Integer cacheTTLInMinutes;
private int cacheTTLInMinutes;

/**
* Add a new {@link TemplateCacheItem} to the Map
Expand Down

0 comments on commit 045f6d6

Please sign in to comment.