Most viewed recipes tagged "data_access"http://code.activestate.com/recipes/tags/data_access/views/2008-11-26T14:02:55-08:00ActiveState Code RecipesCaching Singleton class (subclassable) (Python) 2008-11-26T14:02:55-08:00Eugene Mirotinhttp://code.activestate.com/recipes/users/4168194/http://code.activestate.com/recipes/576573-caching-singleton-class-subclassable/ <p style="color: grey"> Python recipe 576573 by <a href="/recipes/users/4168194/">Eugene Mirotin</a> (<a href="/recipes/tags/data_access/">data_access</a>, <a href="/recipes/tags/data_caching/">data_caching</a>, <a href="/recipes/tags/singleton/">singleton</a>). Revision 7. </p> <p>Allows decorating and caching expensive data consuming tasks</p>