30
32
obj = removeSecurityProxy(obj)
32
34
storm_info = storm.info.get_obj_info(obj)
34
36
# There's no Storm data for this object. Don't cache it,
35
37
# since we don't know how to invalidate the cache.
38
40
primary_key = tuple(var.get() for var in storm_info.primary_vars)
39
41
identifier = table_name + repr(primary_key)