Skip to content
#

webmention

Here are 73 public repositories matching this topic...

Gummibeer
Gummibeer commented Mar 4, 2021

Right now we only use a poor-man cache - so we don't load the same data during one runtime but the next runtime we will load it again.
An idea would be a cacheFor() method on the client which you can call in your own service provider and pass in a value compatible with Cache::remember() and false to don't use the Laravel cache.

As cache-key I would use something like `webmentions.md5(dom

Improve this page

Add a description, image, and links to the webmention topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webmention topic, visit your repo's landing page and select "manage topics."

Learn more