2008-08-20 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / pyatspi / utils.py
index 60c8238..f086bdc 100644 (file)
 
 #authors: Peter Parente, Mark Doffman
 
-#TODO Re-implement and import the stateset server
+def setCacheLevel(level):
+       pass
+
+def getCacheLevel():
+       return None
+
+def clearCache():
+       pass
+
+def printCache():
+       print "Print cache function is deprecated";
 
 def getInterfaceIID(obj):
        """