lib/glue/cache.rb in nitro-0.7.0 vs lib/glue/cache.rb in nitro-0.8.0

- old
+ new

@@ -3,10 +3,10 @@ # * Anastasios Koutoumanos <ak@navel.gr> # # (c) 2004 Navel, all rights reserved. # $Id: cache.rb 167 2004-11-23 14:03:10Z gmosx $ -module G; +module N; # = LRUCache # # A cache utilizing a simple LRU (Least Recently Used) policy. # The items managed by this cache must respond to the #key method.