method
increment
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
increment(name, amount = 1, options = nil)public
Increment an integer value in the cache.
Options are passed to the underlying cache implementation.
All implementations may not support this method.