Skip to content

Commit

Permalink
Stagean note
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Jul 21, 2024
1 parent ba6d13f commit 1898d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/machinezoo/foxcache/CacheReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
import com.machinezoo.pmsite.*;
import com.machinezoo.pmsite.utils.*;
import com.machinezoo.pushmode.dom.*;
import com.machinezoo.stagean.*;
import one.util.streamex.*;

@CodeIssue("Cache refresh does not update refreshed timestamp? It shows up after app restart though.")
public class CacheReport {
private CacheInput input = new CacheInput();
public CacheReport input(CacheInput input) {
Expand Down

0 comments on commit 1898d6c

Please sign in to comment.