You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the kind of table it is is never taken into consideration, should the name be more straightforward? find_by_cache instead of support_table_cache? Or cache[d]_find_by?
I think this could also make the config sound more natural:
classBicycle < Model# more declarative sounding this waycache_find_byexpires: 5.minutes,ignore: [:handles,:tires]# vssupport_table_cacheexpires: 5m,etc...
The text was updated successfully, but these errors were encountered:
joslinm
changed the title
Should we change the name from support_table_cache to something involving find_by?
Should we change the name from support_table_cache to something involving find_by?
Jun 14, 2022
Since the kind of table it is is never taken into consideration, should the name be more straightforward?
find_by_cache
instead ofsupport_table_cache
? Orcache[d]_find_by
?I think this could also make the config sound more natural:
The text was updated successfully, but these errors were encountered: