Class: C80Yax::ItemPhotosSizesCache

Inherits:
SizesCache
  • Object
show all
Includes:
Singleton
Defined in:
lib/c80_yax/item_photos_sizes_cache.rb

Overview

Оптимизируем высокочастотные запросы к базе.

Instance Method Summary collapse

Constructor Details

#initializeItemPhotosSizesCache

Returns a new instance of ItemPhotosSizesCache.



11
12
13
# File 'lib/c80_yax/item_photos_sizes_cache.rb', line 11

def initialize
  super(C80Yax::Prop)
end