aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Cache.php
Commit message (Collapse)AuthorAgeFilesLines
* an attempt to cache seen item mids for the purpose that we can hide seen ↵Mario2023-09-101-7/+7
| | | | pubstream items from the notifications - might revert if it turns out that it does not scale
* Update Cache.phpMax Kostikov2020-01-061-2/+1
|
* Add age choice on cached item retrieveMax Kostikov2020-01-051-2/+11
|
* Fix once cached embedded content is used and stored foreverMax Kostikov2019-11-251-9/+4
|
* oembed cache: don't store the url (which may need to be truncated), store a ↵zotlabs2017-04-181-6/+6
| | | | hash instead. This will allow us to convert the table to utf8mb4 without running into mysql key length restrictions as well as dealing with the potential ambiguity of truncated urls.
* restrict url cache to 254 maxlenredmatrix2016-07-261-0/+5
|
* relocate the cache classredmatrix2016-06-231-0/+46