Welcome Guest, Not a member yet? Register   Sign In
Cache with pagination
#2

[eluser]dmorin[/eluser]
It really depends what you want\can cache. If the pages are exactly the same for each user, then you can use CI's built in cache. To delete the cache, you'll have to look at how CI names the cache files and write a function to delete the cache file itself. Or, just sent the cache time to something low like 2 minutes and have a message that says "your post will show up within the next two minutes" when they submit something.

Otherwise, you'll have to look into a different kind of cache like memcached or Khcache (search these forums).

Hope this helps.


Messages In This Thread
Cache with pagination - by El Forum - 01-12-2009, 07:12 AM
Cache with pagination - by El Forum - 01-12-2009, 11:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB