# File lib/msg-chumby-daemon/reading-cache.rb, line 5
    def initialize
      @last_reading=nil;
      @last_reading_mutex=Mutex.new();
    end