RT Extended Cache

MyBB RT Extended Cache 3.0

Register & Get access to index
MyBB Versions
1.8.x
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.

#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 api requests on the fly.
  • Like
Reactions: MYBB
Author
Haim
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. RT Extended Cache 3.0

    Added new file structure for RT plugins Feel free to delete old folder inc/plugins/rt_extendedcache
Back
Top Bottom