Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output cache now uses CodeIgniter caching library. #392

Closed
wants to merge 1 commit into from
Closed

Output cache now uses CodeIgniter caching library. #392

wants to merge 1 commit into from

Conversation

weejames
Copy link

@weejames weejames commented Sep 5, 2011

Updated the output library caching mechanism. Now uses the Cache
library and associated drivers to do full page caching. Given that
$_GET is no longer a leper in CI have added that to the cache key
generation. Any headers set are also cached and resent on subsequent
requests for the cached page.

Have tested with APC, Memcached and file system caches.

Updated the output library caching mechanism.  Now uses the Cache
library and associated drivers to do full page caching.  Given that
$_GET is no longer a leper in CI have added that to the cache key
generation.  Any headers set are also cached and resent on subsequent
requests for the cached page.
@weejames
Copy link
Author

weejames commented Sep 5, 2011

Appreciate this might be rough around the edges but looking for feedback and pointers.

@mattrobenolt
Copy link

+1

1 similar comment
@matteing
Copy link

matteing commented Feb 2, 2015

+1

@weejames weejames closed this Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants