systopia / CiviProxy

A security proxy for CiviCRM
GNU Affero General Public License v3.0
7 stars 18 forks source link

Use MemCache instead of filecache #21

Closed bjendres closed 7 months ago

bjendres commented 6 years ago

Caching resources is a nice feature of CiviProxy. It currently uses the file based PEAR Cache_Lite, but there is no reason why a PHP Memcache shouldn't work. It would probably be even better.

pbatroff commented 7 months ago

Wont be needed, since there should be a PHP8 compatible version of CacheLite (see #62 )