Skip to content
  • Joey Hess's avatar
    cache the serialization of a Key · 4536c93b
    Joey Hess authored
    This will speed up the common case where a Key is deserialized from
    disk, but is then serialized to build eg, the path to the annex object.
    
    It means that every place a Key has any of its fields changed, the cache
    has to be dropped. I've grepped and found them all. But, it would be
    better to avoid that gotcha somehow..
    4536c93b