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(options)
  @cache = LRUCache.new options
end