public Method

MemCacheStore.update

Save session state to the session’s memcache entry.

Source Code

# File action_controller/session/mem_cache_store.rb, line 74
def update
  @cache.set(@session_key, @session_data, @expires)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.