Download Plugin (zip)

Stats

Version

0.4.1

Wheels Compatibility

0.9.4

Downloads

86

Last Updated

August 5, 2010

About Plugins

Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.

Read Using and Creating Plugins for more information.

Session Cache

A plugin that caches session data in the request and always remembers to lock the session scope.

Author

James Gibson

Project Home

http://github.com/liferealized/sessioncache

Description

This plugin will extend the functionality of Wheels to allow you to cache Session data as you set and access it during a request.

Methods Added

Here is a listing of the methods that are added by this plugin.

  • sessionCache (variableName, [value]) - affords you the ability to cache session data during a request to aliviate session locking.

Uninstallation

To uninstall this plugin simply delete the /plugins/SessionCache-0.3.zip file.

Credits

This plugin was created by James Gibson.

Change Log

Version 0.4.1—August 5, 2010 Download

- bug fix for setting session variables.


Wheels compatibility: 0.9.4.

Version 0.4—August 5, 2010 Download

Added new methods to verify session items exist and to delete them.


Wheels compatibility: 0.9.4.

Version 0.3—October 3, 2009 Download

  • Initial release.
  • Wheels compatibility: 0.9.4.