Michael Rook

Results 6 comments of Michael Rook

Thanks @Daynnnnn I had also just come across this issue today and logged it as https://github.com/statamic/cms/issues/3991 - I've closed that in favor of moving the discussion into your PR On...

Might be worth changing this ```php protected function cacheItem($item) { $key = $this->getItemKey($item); $cacheKey = $this->getItemCacheKey($key); Blink::forget($cacheKey); Cache::forever($cacheKey, $item); } ``` To be this ```php protected function cacheItem($item) { $key...

@Daynnnnn Looks like you figured out the tests? Great stuff!

Just checking back in on this, it appears to still be pending? Anything we/others can do to help this along?

Hi @jackmcdade, I have removed those now, just wanted to be super sure about the tip, haha.

Closed #128 in favour of this issue. I’ll copy what I experienced from that issue into this comment. - Run SSG generate and see that site1 and site2 will use...