Seberius/cache_lib

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

Summary

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