Skip to content

Commit

Permalink
Added logging of expire-after-write parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Jun 15, 2024
1 parent f4c887c commit b8c7b5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class KeyIdCache {
* @param expireAfterWrite
*/
public KeyIdCache(int expireAfterWrite) {
Log.tracef("expireAfterWrite = %d", expireAfterWrite);
this.expireAfterWrite = expireAfterWrite;
}

Expand Down

0 comments on commit b8c7b5a

Please sign in to comment.