post https://api.less.build/cache/generic/
Stores an item in the "generic cache," which operates with a simple HTTP-based interface. This method is largely a convenience alias for CacheStore
(PUT
), and the two methods operate exactly the same way. You can use POST
if your client doesn't support PUT
. See the docs for CacheStore
for more information about how generic cache puts work.
Alias for PUT
PUT
This method is an alias for PUT
, and should be used only in circumstances where PUT
cannot be sent or would be blocked by intermediate middleware. Please refer to the Put by key method docs for more information.