rendertron icon indicating copy to clipboard operation
rendertron copied to clipboard

Case-sensitivity of refreshCache

Open singularcitrus opened this issue 3 years ago • 0 comments

I discovered an interesting bug that confused me for about a day.

When you call the "render" endpoint on a rendertron instance that uses memory cache you can either use refreshCache=true or refreshcache=true. But when calling it on an instance that uses filesystem caching only refreshCache=true works.

I know that refreshCache=true is the correct way but this is a bit inconsistent that may lead to other users getting confused about why it works properly in one instance and not another.

singularcitrus avatar Feb 04 '22 07:02 singularcitrus