README.rdoc in storage_room-0.3.10 vs README.rdoc in storage_room-0.3.11
- old
+ new
@@ -35,9 +35,15 @@
puts "Could not save Entry: #{entry.errors.join(', )}"
end
You can find the documentation at http://rdoc.info/github/thriventures/storage_room_gem.
+== Long Running Processes
+
+The gem caches responses from the API. If you have a long-running process such as a server or worker you probably want fresh data and you should clear the cache before each request:
+
+ StorageRoom::IdentityMap.clear
+
== More Examples
See the examples folder.
== TODO