class CacheFactory: """ """ _properties = ( { 'id' : 'cache_duration', 'description' : 'Cache duration', 'type' : 'int', 'default' : 360, 'mode' : 'w' , }, )