Skip to content
  • Hugo Beauzée-Luyssen's avatar
    Remove the concept of Cache. · 3fe1e17a
    Hugo Beauzée-Luyssen authored
    Reading from the DB is "cheap", and the cache hurts the maintainability
    of the code.
    This removes the CachePolicy and CacheColumn field from TablePolicy.
    Instead, a PrimaryKeyColumn has been added to TablePolicy
    3fe1e17a