Module: Para::Cache
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/para/cache.rb,
app/models/para/cache/item.rb,
lib/para/cache/database_store.rb
Defined Under Namespace
Classes: DatabaseStore, Item
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
7 8 9 |
# File 'lib/para/cache.rb', line 7 def self.table_name_prefix 'para_cache_' end |