getLatestCommitEntry method
Returns the latest commitEntry of the key.
Implementation
CommitEntry? getLatestCommitEntry(String key) {
return commitLogCache.getEntry(key);
}
Returns the latest commitEntry of the key.
CommitEntry? getLatestCommitEntry(String key) {
return commitLogCache.getEntry(key);
}