X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcache%2FZeroCache.java;h=55f9cc95dcca23c9972b9036cc05e9cfb375ed5b;hb=42515fd88bee97ebb3a3180fdcb320faf5fa1d91;hp=4c5e1b1a5d1b422b52de1551f3f30624905beb2d;hpb=5128acf7ed2f62bc5417925d11c477f742c0b97c;p=utils diff --git a/support/src/main/java/org/wamblee/cache/ZeroCache.java b/support/src/main/java/org/wamblee/cache/ZeroCache.java index 4c5e1b1a..55f9cc95 100644 --- a/support/src/main/java/org/wamblee/cache/ZeroCache.java +++ b/support/src/main/java/org/wamblee/cache/ZeroCache.java @@ -22,6 +22,8 @@ import java.io.Serializable; * A cache that does not cache. This implementation is useful for disabling caching. * Because of this implementation, application code does not need to distinguish * between the situation where it a cache is used and where it isn't. + * + * @author Erik Brakkee */ public class ZeroCache implements Cache {