X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcache%2FCachedObject.java;h=58daf8c918ee3c53ff4ade7d31db0ee9d90fe279;hb=42515fd88bee97ebb3a3180fdcb320faf5fa1d91;hp=787bc8703d015c685041729192ab9441b7e93172;hpb=fe85d022196c8578bb549945260a6e3c2017c33c;p=utils diff --git a/support/src/main/java/org/wamblee/cache/CachedObject.java b/support/src/main/java/org/wamblee/cache/CachedObject.java index 787bc870..58daf8c9 100644 --- a/support/src/main/java/org/wamblee/cache/CachedObject.java +++ b/support/src/main/java/org/wamblee/cache/CachedObject.java @@ -24,6 +24,8 @@ import org.apache.log4j.Logger; * Represents a cached object. The object is either retrieved from the cache if * the cache has it, or a call back is invoked to get the object (and put it in * the cache). + * + * @author Erik Brakkee */ public class CachedObject {