Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 19, 2009
1 parent d44f848 commit 0ac63fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/memcache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ class MemCache
# [:failover] Should the client try to failover to another server if the
# first server is down? Defaults to true.
# [:timeout] Time to use as the socket read timeout. Defaults to 0.5 sec,
# set to nil to disable timeouts (this is a major performance penalty in Ruby 1.8,
# "gem install SystemTimer' to remove most of the penalty).
# set to nil to disable timeouts.
# [:logger] Logger to use for info/debug output, defaults to nil
# [:no_reply] Don't bother looking for a reply for write operations (i.e. they
# become 'fire and forget'), memcached 1.2.5 and later only, speeds up
Expand Down
3 changes: 3 additions & 0 deletions lib/memcache_util.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
##
# A utility wrapper around the MemCache client to simplify cache access. All
# methods silently ignore MemCache errors.
#
# This API is deprecated, please use the Rails.cache API or your own wrapper API
# around MemCache.

module Cache

Expand Down

0 comments on commit 0ac63fd

Please sign in to comment.