How can I add value to cache and then on each page load check cache first instead of running query each time?
Why this aint working?
OW :: getCacheManager () -> save ('test', 'test_1', null, null);
echo OW :: getCacheManager () -> load ('test_1');
Question?
If cache uses database table then what's the point of using it appose to query the result??