Method: Xunch::ListObjectCache#initialize
- Defined in:
- lib/xunch/cache/list_object_cache.rb
#initialize(options, shard_infos, object_cache) ⇒ ListObjectCache
Returns a new instance of ListObjectCache.
7 8 9 10 |
# File 'lib/xunch/cache/list_object_cache.rb', line 7 def initialize(, shard_infos, object_cache) super(,shard_infos) @delegate = object_cache end |