⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP Caching
PHP Caching Tutorials
40 tutorials found.
📘
Advanced Key Value Store
Redis | Introduction | PHP
📘
Cache Database Query Results
Query Caching | Cache Results | PHP
📘
Distributed Memory Caching
Memcached | Introduction | PHP
📘
Monitor Effectiveness
Cache Strategies | Cache Hit Ratio | PHP
📘
ob_start Function
Page Caching | Output Buffering | PHP
📘
Opcode Caching
OPcache | Introduction | PHP
📘
User Data Caching
APCu | Introduction | PHP
📘
apt-get install memcached
Memcached | Installation | PHP
📘
apt-get install redis-server
Redis | Installation | PHP
📘
opcache.enable Directive
OPcache | Enable Setting | PHP
📘
pecl install apcu
APCu | Installation | PHP
📘
Prevent Multiple Writes
Cache Strategies | Cache Stampede | PHP
📘
Verify Cache File Exists
Page Caching | Check Cache | PHP
📘
apcu_store Function
APCu | Store Data | PHP
📘
file_put_contents Cache
Page Caching | Save Cache | PHP
📘
opcache.memory_consumption
OPcache | Memory Setting | PHP
📘
pecl install memcached
Memcached | PHP Extension | PHP
📘
pecl install redis
Redis | PHP Extension | PHP
📘
apcu_fetch Function
APCu | Fetch Data | PHP
📘
new Memcached addServer
Memcached | Connect Server | PHP
📘
new Redis connect
Redis | Connect Server | PHP
📘
opcache.validate_timestamps
OPcache | Validation Setting | PHP
📘
Read and Output Cache File
Page Caching | Serve Cache | PHP
📘
apcu_delete Function
APCu | Delete Data | PHP
📘
Delete on Content Update
Page Caching | Cache Invalidation | PHP
📘
memcached set Method
Memcached | Set Data | PHP
📘
opcache_reset Function
OPcache | Reset Function | PHP
📘
redis set Method
Redis | Set Value | PHP
📘
apcu_exists Function
APCu | Check Exists | PHP
📘
memcached get Method
Memcached | Get Data | PHP
📘
redis get Method
Redis | Get Value | PHP
📘
apcu_clear_cache Function
APCu | Clear Cache | PHP
📘
memcached delete Method
Memcached | Delete Data | PHP
📘
redis expire Method
Redis | Set Expiry | PHP
📘
memcached increment Method
Memcached | Increment Value | PHP
📘
redis del Method
Redis | Delete Key | PHP
📘
memcached decrement Method
Memcached | Decrement Value | PHP
📘
redis incr Method
Redis | Increment Value | PHP
📘
redis hSet hGet hDel
Redis | Hash Operations | PHP
📘
redis publish subscribe
Redis | Pub Sub | PHP