From 4f7c8d7dd6144c2d622bc859e7f0f1503974fa4f Mon Sep 17 00:00:00 2001
From: Eitan Isaacson
Date: Fri, 25 Jun 2010 10:53:51 -0700
Subject: [PATCH] Explained StorageSpecificInformation's mutable tendancies better.
---
spec/Account_Interface_Storage.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/spec/Account_Interface_Storage.xml b/spec/Account_Interface_Storage.xml
index 3ce7cab..99b135d 100644
--- a/spec/Account_Interface_Storage.xml
+++ b/spec/Account_Interface_Storage.xml
@@ -89,10 +89,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
interpreted by the AccountManager implementation.
- Whether values in this map can change is defined by the
- StorageProvider. There is no change notification, so the property
- must be re-retrieved using Get or GetAll if an up to date value is
- needed.
+ As the values in this map may change at any time (due to an external
+ application manipulating the storage provider directly), this
+ property should not be cached; it should instead be retrieved each
+ time it is needed.
--
1.7.1