예제 #1
0
파일: cache.py 프로젝트: lukasnellen/indico
 def loadObject(self, fnList):
     """ Load an object from the cache"""
     return MultiLevelCache.loadObject(self, fnList)
예제 #2
0
 def loadObject(self, fnList):
     """ Load an object from the cache"""
     return MultiLevelCache.loadObject(self, fnList)
예제 #3
0
 def loadObject(self, path):
     # TODO: Use user IDs, private events
     return MultiLevelCache.loadObject(self, ['PUBLIC', path])