XCache (v.3)

December 29, 2015 by: Xavier Perez

XCache allows to cache everything, html, json, views, objects, results from a Class->method, also can put a Cache-Control headers to be used for CDN’s or proxies.

Three methods allowed:

  • As a trait, with inheritance of all methods and automatic method cache.
  • As a trait, using XCache methods within same class.
  • Independent, using XCache as a separate class.

XCache comes with this drivers:

  • File
  • Memcache
  • Memcached
  • MongoDB
  • Apc
  • Redis

Read more in Github:  XCache on github

Filed under: Other

Leave a Reply

You must be logged in to post a comment.