lib/perobs/Cache.rb in perobs-2.0.1 vs lib/perobs/Cache.rb in perobs-2.1.0
- old
+ new
@@ -1,10 +1,10 @@
# encoding: UTF-8
#
# = Cache.rb -- Persistent Ruby Object Store
#
-# Copyright (c) 2015 by Chris Schlaeger <chris@taskjuggler.org>
+# Copyright (c) 2015, 2016 by Chris Schlaeger <chris@taskjuggler.org>
#
# MIT License
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -29,10 +29,10 @@
module PEROBS
# The Cache provides two functions for the PEROBS Store. It keeps some
# amount of objects in memory to substantially reduce read access latencies.
- # It # also stores a list of objects that haven't been synced to the
+ # It also stores a list of objects that haven't been synced to the
# permanent store yet to accelerate object writes.
class Cache
# Create a new Cache object.
# @param bits [Fixnum] Number of bits for the cache index. This parameter