X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fcache%2FZeroCache.java;h=f3b5802356548277d8c112ed2d6f5fa79cc6d73c;hb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;hp=aa571eb06b9aa0236d0683523a15f0bdee4aa60b;hpb=89c06d4d52b46c154128c97d6e758fa1f4fc7a6e;p=utils diff --git a/support/general/src/main/java/org/wamblee/cache/ZeroCache.java b/support/general/src/main/java/org/wamblee/cache/ZeroCache.java index aa571eb0..f3b58023 100644 --- a/support/general/src/main/java/org/wamblee/cache/ZeroCache.java +++ b/support/general/src/main/java/org/wamblee/cache/ZeroCache.java @@ -17,17 +17,14 @@ package org.wamblee.cache; 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 - * - * @param DOCUMENT ME! - * @param DOCUMENT ME! + * */ public class ZeroCache implements Cache { @@ -35,55 +32,42 @@ public class ZeroCache