Seberius/cache_lib

View on GitHub
lib/cache_lib/lru/safe_cache.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CacheLib
  module LRU
    class SafeCache < Cache
      include CacheLib::Util::SafeSync
    end
  end
end