Cache: typo
This commit is contained in:
parent
584c0014ed
commit
d1d48ea4f9
|
@ -31,7 +31,7 @@ class LogAn::Cache
|
||||||
end
|
end
|
||||||
|
|
||||||
def type= type
|
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
|
type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue