public Method

MemCacheStore.delete

Delete the session’s memcache entry.

Source Code

# File action_controller/session/mem_cache_store.rb, line 84
def delete
  @cache.delete(@session_key)
  @session_data = {}
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.