A cache component [[ class Cache { Object value; Time loaded; Function hasher; getLocal: return value; getLocalHash: return hasher.process(value); abstract load; getFresh() { load(); return value; } } ]] "abstract" _ "load" _ ";" etc...