Method: Lti2Commons::Cache#initialize
- Defined in:
- lib/lti2_commons/cache.rb
#initialize(options) ⇒ Cache
create cache.
15 16 17 |
# File 'lib/lti2_commons/cache.rb', line 15 def initialize() @cache = LRUCache.new end |
create cache.
15 16 17 |
# File 'lib/lti2_commons/cache.rb', line 15 def initialize() @cache = LRUCache.new end |