Class: RedisPage::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/redis_page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_page_redisObject

Returns the value of attribute cache_page_redis.



6
7
8
# File 'lib/redis_page.rb', line 6

def cache_page_redis
  @cache_page_redis
end

#cache_relation_redisObject

Returns the value of attribute cache_relation_redis.



6
7
8
# File 'lib/redis_page.rb', line 6

def cache_relation_redis
  @cache_relation_redis
end

#compress_methodObject

Returns the value of attribute compress_method.



7
8
9
# File 'lib/redis_page.rb', line 7

def compress_method
  @compress_method
end

#redisObject

Returns the value of attribute redis.



5
6
7
# File 'lib/redis_page.rb', line 5

def redis
  @redis
end

#sweeperObject

Returns the value of attribute sweeper.



5
6
7
# File 'lib/redis_page.rb', line 5

def sweeper
  @sweeper
end

#ttlObject

Returns the value of attribute ttl.



5
6
7
# File 'lib/redis_page.rb', line 5

def ttl
  @ttl
end