Changeset 1132
- Timestamp:
- 10/03/03 11:02:20 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storage.py
r1130 r1132 21 21 # 22 22 # $Log$ 23 # Revision 1.21 2003/10/03 09:02:20 jalet 24 # Logs cache store actions too 25 # 23 26 # Revision 1.20 2003/10/02 20:23:18 jalet 24 27 # Storage caching mechanism added. … … 330 333 if self.usecache : 331 334 self.caches[cachetype][key] = value 335 self.tool.logdebug("Cache store (%s->%s)" % (cachetype, key)) 332 336 333 337 def getUser(self, username) :