MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / Timer

Class Timer

distributed-cache/src/main/java/models/Timer.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package models;
2
3public class Timer {
4 public long getCurrentTime() {
5 return System.nanoTime();
6 }
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected