Sha256: 1e2e8f73951f9dcb6782b2269107eb19135fdd75eeea9f86934abfeeddc5dd7a

Contents?: true

Size: 205 Bytes

Versions: 10

Compression:

Stored size: 205 Bytes

Contents

require 'cache_advance/named_cache'
require 'cache_advance/cache_set'
require 'cache_advance/mapper'

module CacheAdvance
  class UnknownNamedCacheException < Exception; end
  
  Caches = CacheSet.new
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aub-cache_advance-1.0.0 lib/cache_advance.rb
aub-cache_advance-1.0.1 lib/cache_advance.rb
aub-cache_advance-1.0.2 lib/cache_advance.rb
aub-cache_advance-1.0.3 lib/cache_advance.rb
aub-cache_advance-1.0.4 lib/cache_advance.rb
aub-cache_advance-1.0.5 lib/cache_advance.rb
aub-cache_advance-1.0.6 lib/cache_advance.rb
aub-cache_advance-1.0.7 lib/cache_advance.rb
aub-cache_advance-1.0.8 lib/cache_advance.rb
aub-cache_advance-1.0.9 lib/cache_advance.rb