Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
entity_store / lib / entity_store / controls / snapshot_interval.rb
Size: Mime:
module EntityStore
  module Controls
    SnapshotInterval = EntityCache::Controls::PersistInterval

    module SnapshotInterval
      def self.example
        11
      end
    end
  end
end