summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/Context.java
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2014-10-09 20:40:26 +0200
committerDavid A. Madore <david+git@madore.org>2014-10-09 20:40:26 +0200
commitcde90f22cc34b898c684c9de78c5e93022dbd42a (patch)
tree39cbca2edfa3acdfb640e64ca9ff3803fdcd08cc /org/madore/damlengine/Context.java
parent827925b57dc5ba84e480cf9c66ff2cb13a096780 (diff)
downloaddamlengine-cde90f22cc34b898c684c9de78c5e93022dbd42a.tar.gz
damlengine-cde90f22cc34b898c684c9de78c5e93022dbd42a.tar.bz2
damlengine-cde90f22cc34b898c684c9de78c5e93022dbd42a.zip
Add a "dynamic context" global state, and make WeblogSummary stale when too old.
Diffstat (limited to 'org/madore/damlengine/Context.java')
-rw-r--r--org/madore/damlengine/Context.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/org/madore/damlengine/Context.java b/org/madore/damlengine/Context.java
index 9249fe5..c1f0dce 100644
--- a/org/madore/damlengine/Context.java
+++ b/org/madore/damlengine/Context.java
@@ -68,6 +68,12 @@ public class Context implements Cloneable {
public WeblogSelectionContext wsc;
+ public static class DynamicContext {
+ public long modTime;
+ }
+
+ public DynamicContext dc;
+
public static class EntryContext {
public String year;
public String month;