aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Cache.php
Commit message (Collapse)AuthorAgeFilesLines
* 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