MyBB Community Forums

Full Version: RT Extended Cache 2.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
RT Extended Cache
is a plugin that extends the native MyBB cache handler with additional functionalities to simplify the work of both users and developers. The plugin provides new functions, including auto expiration time for the cache, auto increment and decrement methods, and the ability to cache database queries on the fly.

#Plugin page
#Dependencies
- MyBB 1.8.x
- PHP >= 8.0

#Features
  • Note: RT Caches are stored with custom prefix, so you can't use it to load default caches. For that use MyBB's $cache
  • Set auto expiration time to the cache.
  • Auto increment (convenient method for incrementing value).
  • Auto decrement (convenient method for decrementing value).
  • Cache database queries on the fly.
  • Cache remote api requests on the fly.

#Usage
https://github.com/RevertIT/mybb-rt_exte...che#-usage