Cache: typo

This commit is contained in:
Denis Knauf 2010-03-29 19:20:52 +02:00
parent 584c0014ed
commit d1d48ea4f9

View file

@ -31,7 +31,7 @@ class LogAn::Cache
end
def type= type
self.read, self.write = type & 1 > 0, type & 2 > 0
self.read_cache, self.write_cache = type & 1 > 0, type & 2 > 0
type
end