redis_object
Advanced tools
@@ -143,3 +143,3 @@ # View Caching | ||
| obj = Object.const_get(obj) if obj.is_a?(String) or obj.is_a?(Symbol) | ||
| if invalidations(:up).include?(obj.class) and obj.respond_to?(:invalidated_by_other) | ||
| if (invalidations(:up).include?(obj.class) or invalidations(:up).include?(obj.class.name.to_sym)) and obj.respond_to?(:invalidated_by_other) | ||
| obj.invalidated_by_other(self,invalidation_chain + [self.hkey]) | ||
@@ -146,0 +146,0 @@ end |
| module Seabright | ||
| class RedisObject | ||
| VERSION = "1.4.2" | ||
| VERSION = "1.4.3" | ||
| end | ||
| end |